diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2011-05-18 12:43:54 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2011-05-18 12:43:54 +0000 |
commit | 09e9c43c040b0fa3e59a5f42bc1bd5907fe9bde2 (patch) | |
tree | fea4592db33e0f34c813c2a838c1e4556dc90881 | |
parent | 681393696a158e7a5addbaa70c96804ffd489d3e (diff) | |
download | upstream-09e9c43c040b0fa3e59a5f42bc1bd5907fe9bde2.tar.gz upstream-09e9c43c040b0fa3e59a5f42bc1bd5907fe9bde2.tar.bz2 upstream-09e9c43c040b0fa3e59a5f42bc1bd5907fe9bde2.zip |
[omap35xx]: Remove override of max80211.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26936 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/omap35xx/image/Makefile | 6 |
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)) |