mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
jffs2 root support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@276 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -5,8 +5,13 @@ TARGET_SKEL_DIR=target/default/target_skeleton
|
||||
|
||||
include target/device/Makefile.in
|
||||
|
||||
ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
|
||||
JFFS2FLAGS+=-a 131072
|
||||
endif
|
||||
|
||||
|
||||
$(DIST)-linux.trx: openwrt-trx
|
||||
PATH=$(TARGET_PATH) trx -o $(DIST)-linux.trx $(LINUX_DIR)/$(LINUX_BINLOC) $(IMAGE).$(ROOTFS)
|
||||
PATH=$(TARGET_PATH) trx -o $(DIST)-linux.trx $(LINUX_DIR)/$(LINUX_BINLOC) $(JFFS2FLAGS) $(IMAGE).$(ROOTFS)
|
||||
|
||||
$(DIST)-gs-code.bin: openwrt-addpattern $(DIST)-linux.trx
|
||||
PATH=$(TARGET_PATH) addpattern -2 -i $(DIST)-linux.trx -o $(DIST)-gs-code.bin -g
|
||||
|
||||
Reference in New Issue
Block a user