aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap35xx
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2011-05-18 12:43:54 +0000
committerHamish Guthrie <hcg@openwrt.org>2011-05-18 12:43:54 +0000
commit54415a28d62b43671a3afda80634af39e841e0e9 (patch)
tree0492f11c24d8df2aeba1bc93eff10b26f3ad246e /target/linux/omap35xx
parent9b228c181cbfbe85923e3eabc53117373df27c91 (diff)
downloadupstream-54415a28d62b43671a3afda80634af39e841e0e9.tar.gz
upstream-54415a28d62b43671a3afda80634af39e841e0e9.tar.bz2
upstream-54415a28d62b43671a3afda80634af39e841e0e9.zip
Remove override of max80211.sh
SVN-Revision: 26936
Diffstat (limited to 'target/linux/omap35xx')
-rw-r--r--target/linux/omap35xx/image/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/omap35xx/image/Makefile b/target/linux/omap35xx/image/Makefile
index 71c00cfd5b..e742b75e4b 100644
--- a/target/linux/omap35xx/image/Makefile
+++ b/target/linux/omap35xx/image/Makefile
@@ -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))