1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 01:17:18 +03:00

[olpc] alway include kmod-libertas by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18245 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-10-31 12:29:14 +00:00
parent aa196b3611
commit 56311db0ca

View File

@ -14,7 +14,7 @@ FEATURES:=squashfs ext2
LINUX_VERSION:=2.6.30.9 LINUX_VERSION:=2.6.30.9
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci kmod-libertas
$(eval $(call Target,generic)) $(eval $(call Target,generic))
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))