Remove override of max80211.sh

SVN-Revision: 26936
This commit is contained in:
Hamish Guthrie 2011-05-18 12:43:54 +00:00
parent 9b228c181c
commit 54415a28d6

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