projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bugfixes
[openwrt.git]
/
openwrt
/
target
/
jffs2
/
jffs2root.mk
diff --git
a/openwrt/target/jffs2/jffs2root.mk
b/openwrt/target/jffs2/jffs2root.mk
index
90a6016
..
92dad0e
100644
(file)
--- a/
openwrt/target/jffs2/jffs2root.mk
+++ b/
openwrt/target/jffs2/jffs2root.mk
@@
-29,8
+29,7
@@
mtd: $(MKFS_JFFS2)
#############################################################
jffs2root: mtd
#############################################################
jffs2root: mtd
- #-@find $(TARGET_DIR)/lib -type f -name \*.so\* | xargs $(STRIP) --strip-unneeded 2>/dev/null || true;
- -@find $(TARGET_DIR) -type f -perm +111 | xargs $(STRIP) 2>/dev/null || true;
+ -@find $(TARGET_DIR) -type f -perm +111 | xargs $(SSTRIP) 2>/dev/null || true;
@rm -rf $(TARGET_DIR)/usr/man
@rm -rf $(TARGET_DIR)/usr/info
$(MKFS_JFFS2) --pad --little-endian --squash -e 0x20000 \
@rm -rf $(TARGET_DIR)/usr/man
@rm -rf $(TARGET_DIR)/usr/info
$(MKFS_JFFS2) --pad --little-endian --squash -e 0x20000 \
@@
-43,3
+42,8
@@
jffs2root-clean:
jffs2root-dirclean:
rm -rf $(MTD_DIR)
jffs2root-dirclean:
rm -rf $(MTD_DIR)
+
+ifeq ($(strip $(BR2_TARGET_ROOTFS_JFFS2)),y)
+TARGETS+=jffs2root openwrt-image
+ROOTFS=jffs2
+endif
This page took
0.02675 seconds
and
4
git commands to generate.