Remove override of max80211.sh
authorHamish Guthrie <hcg@openwrt.org>
Wed, 18 May 2011 12:43:54 +0000 (12:43 +0000)
committerHamish Guthrie <hcg@openwrt.org>
Wed, 18 May 2011 12:43:54 +0000 (12:43 +0000)
SVN-Revision: 26936

target/linux/omap35xx/image/Makefile

index 71c00cfd5beebdeeb12cf6839b269dd703aa316d..e742b75e4b1233e9fc50b8490db3f6b25710ce1f 100644 (file)
@@ -29,10 +29,4 @@ define Image/Build
        $(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))