1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:33:16 +03:00

[omap35xx]: Remove override of max80211.sh

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26936 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hcg 2011-05-18 12:43:54 +00:00
parent beecadaf00
commit bd17423a6c

View 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))