From: Tim Gardner Date: Wed, 30 Sep 2009 17:00:00 +0000 (-0600) Subject: compat-wireless: Fix b44 build issues. X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9fe6860707518a379f0e6df54bc33822d0708f83;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: Fix b44 build issues. Even though CONFIG_B44 is defined, there is no Makefile created in drivers/net. This failure to build allows the in-kernel version of b44 to get loaded with a compat-wireless version of ssb.ko, never a good thing. Signed-off-by: Tim Gardner --- diff --git a/Makefile b/Makefile index c7333a293bda..fa9aadc79426 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ ifeq ($(ONLY_CORE),) obj-m += \ drivers/ssb/ \ drivers/misc/eeprom/ \ + drivers/net/ \ drivers/net/usb/ \ drivers/net/wireless/ endif diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh index c65952db76ae..cb42fe72f78a 100755 --- a/scripts/admin-update.sh +++ b/scripts/admin-update.sh @@ -149,6 +149,7 @@ done # b44 is dependent on ssb, so its has to be rebuilt as well. DIR="drivers/net" cp $GIT_TREE/$DIR/b44.[ch] $DIR +echo "obj-m += b44.o" > $DIR/Makefile # Misc mkdir -p drivers/misc/eeprom/