Changeset 556 for trunk/openwrt/patches/trunk/025_make_empty_rootfs
- Timestamp:
- Nov 17, 2013, 10:29:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openwrt/patches/trunk/025_make_empty_rootfs
r517 r556 1 --- openwrt/include/image.mk.org 2012-02-15 20:30:10.713220246 +01002 +++ openwrt/include/image.mk 2012-02-15 20:41:49.980687722 +01003 @@ - 87,12 +87,26 @@4 1 --- openwrt/include/image.mk.org 2 +++ openwrt/include/image.mk 3 @@ -122,12 +122,26 @@ 4 endif 5 5 6 7 + 6 ifneq ($(CONFIG_TARGET_ROOTFS_SQUASHFS),) 7 +ifneq ($(CONFIG_BOOT_METHOD_SCRIPT),) 8 8 define Image/mkfs/squashfs 9 9 + # boot direclty from device … … 23 23 $(call Image/Build,squashfs) 24 24 endef 25 26 + 25 endif 26 +endif 27 27 28 28 ifneq ($(CONFIG_TARGET_ROOTFS_UBIFS),) 29 29 define Image/mkfs/ubifs
Note: See TracChangeset
for help on using the changeset viewer.