1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

package wl and et and make them removable

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@532 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2005-04-02 19:30:30 +00:00
parent c891972a08
commit d04bb99291
5 changed files with 30 additions and 2 deletions

View File

@@ -94,8 +94,6 @@ $(STAGING_DIR)/include/linux/version.h: $(LINUX_DIR)/.configured
$(TARGET_MODULES_DIR):
-mkdir -p $(TARGET_MODULES_DIR)
cp $(LINUX_DIR)/drivers/net/wl/wl.o $(TARGET_MODULES_DIR)
cp $(LINUX_DIR)/drivers/net/et/et.o $(TARGET_MODULES_DIR)
cp $(LINUX_DIR)/drivers/net/diag/diag.o $(TARGET_MODULES_DIR)
linux: $(LINUX_DIR)/.modules_done $(TARGET_MODULES_DIR)