projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b228c1
)
Remove override of max80211.sh
author
Hamish Guthrie
<hcg@openwrt.org>
Wed, 18 May 2011 12:43:54 +0000
(12:43 +0000)
committer
Hamish Guthrie
<hcg@openwrt.org>
Wed, 18 May 2011 12:43:54 +0000
(12:43 +0000)
SVN-Revision: 26936
target/linux/omap35xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/omap35xx/image/Makefile
b/target/linux/omap35xx/image/Makefile
index 71c00cfd5beebdeeb12cf6839b269dd703aa316d..e742b75e4b1233e9fc50b8490db3f6b25710ce1f 100644
(file)
--- 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))