diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-18 12:43:54 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-18 12:43:54 +0000 |
commit | bd17423a6ce96d2e899d7fb22d38fe8749473edf (patch) | |
tree | fea4592db33e0f34c813c2a838c1e4556dc90881 /target/linux | |
parent | beecadaf00effb5564b513424bc597e735bcd382 (diff) |
[omap35xx]: Remove override of max80211.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26936 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 71c00cfd5..e742b75e4 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)) |