[kernel/2.6.38] fix gcc-4.6 set but unused warnings
[openwrt.git] / target / linux / omap35xx / image / Makefile
index aed7b30..e742b75 100644 (file)
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/image.mk
 JFFS2_BLOCKSIZE=128k
 JFFS2OPTS += --little-endian --pagesize=0x800 --no-cleanmarkers --pad
 
 JFFS2_BLOCKSIZE=128k
 JFFS2OPTS += --little-endian --pagesize=0x800 --no-cleanmarkers --pad
 
-UBIFS_OPTS = -m 2048 -e 126KiB -c 1996
+UBIFS_OPTS = -m 2048 -e 126KiB -c 1996 -U
 UBINIZE_OPTS = -m 2048 -p 128KiB -s 512
 
 define Image/BuildKernel
 UBINIZE_OPTS = -m 2048 -p 128KiB -s 512
 
 define Image/BuildKernel
@@ -29,10 +29,4 @@ define Image/Build
        $(call Image/Build/$(1),$(1))
 endef
 
        $(call Image/Build/$(1),$(1))
 endef
 
-ifdef CONFIG_TARGET_omap35xx_gumstix
-define Image/Prepare
-        $(CP) ../gumstix/base-files/lib/wifi/mac80211.sh $(TARGET_DIR)/lib/wifi
-endef
-endif
-
 $(eval $(call BuildImage))
 $(eval $(call BuildImage))
This page took 0.020751 seconds and 4 git commands to generate.