mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
move wlcompat from target/linux/package/ to package/.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4002 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
config PACKAGE_KMOD_WLCOMPAT
|
||||
prompt "kmod-wlcompat..................... Wrapper providing Wireless Extensions for Broadcom wl module"
|
||||
tristate
|
||||
default y
|
||||
depends PACKAGE_KMOD_BRCM_WL
|
||||
help
|
||||
A wrapper module, that provides Wireless Extension support for the
|
||||
proprietary Broadcom wl module.
|
||||
|
||||
config PACKAGE_KMOD_WLCOMPAT_DEBUG
|
||||
prompt "kmod-wlcompat-debug............... Wrapper providing Wireless Extensions for Broadcom wl module (debug)"
|
||||
tristate
|
||||
default m
|
||||
depends PACKAGE_KMOD_BRCM_WL
|
||||
help
|
||||
A wrapper module, that provides Wireless Extension support for the
|
||||
proprietary Broadcom wl module. (debug version)
|
||||
@@ -1,43 +0,0 @@
|
||||
# $Id$
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME := kmod-wlcompat
|
||||
PKG_RELEASE := 3
|
||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||
|
||||
include $(TOPDIR)/package/rules.mk
|
||||
|
||||
$(eval $(call PKG_template,KMOD_WLCOMPAT,$(PKG_NAME),$(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel ($(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE))))
|
||||
$(eval $(call PKG_template,KMOD_WLCOMPAT_DEBUG,$(PKG_NAME)-debug,$(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel ($(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE))))
|
||||
|
||||
WLCOMPAT_FLAGS:=$(TARGET_CFLAGS) -D__KERNEL__ -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 \
|
||||
-mno-abicalls -fno-pic -finline-limit=100000 -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 \
|
||||
-Wa,-mips32 -Wa,--trap -DMODULE -mlong-calls -fno-common -I. -I linux-2.4 -funsigned-char -nostdinc \
|
||||
-iwithprefix include -I$(LINUX_DIR)/include -I$(LINUX_DIR)/include/asm/gcc -I$(STAGING_DIR)/usr/include -c
|
||||
|
||||
$(PKG_BUILD_DIR)/.prepared:
|
||||
mkdir -p $(PKG_BUILD_DIR)
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/wlcompat.o $(PKG_BUILD_DIR)/wlcompat-debug.o
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/wlcompat.o: $(PKG_BUILD_DIR)/.prepared
|
||||
$(TARGET_CC) $(WLCOMPAT_FLAGS) -o $@ wlcompat.c
|
||||
|
||||
$(PKG_BUILD_DIR)/wlcompat-debug.o: $(PKG_BUILD_DIR)/.prepared
|
||||
$(TARGET_CC) -DDEBUG $(WLCOMPAT_FLAGS) -o $@ wlcompat.c
|
||||
|
||||
$(IPKG_KMOD_WLCOMPAT): $(PKG_BUILD_DIR)/wlcompat.o
|
||||
mkdir -p $(IDIR_KMOD_WLCOMPAT)/etc/modules.d
|
||||
echo "wlcompat" > $(IDIR_KMOD_WLCOMPAT)/etc/modules.d/30-wlcompat
|
||||
mkdir -p $(IDIR_KMOD_WLCOMPAT)/lib/modules/$(LINUX_VERSION)
|
||||
$(CP) $(PKG_BUILD_DIR)/wlcompat.o $(IDIR_KMOD_WLCOMPAT)/lib/modules/$(LINUX_VERSION)/
|
||||
$(IPKG_BUILD) $(IDIR_KMOD_WLCOMPAT) $(PACKAGE_DIR)
|
||||
|
||||
$(IPKG_KMOD_WLCOMPAT_DEBUG): $(PKG_BUILD_DIR)/wlcompat-debug.o
|
||||
mkdir -p $(IDIR_KMOD_WLCOMPAT_DEBUG)/lib/modules/$(LINUX_VERSION)
|
||||
$(CP) $(PKG_BUILD_DIR)/wlcompat-debug.o $(IDIR_KMOD_WLCOMPAT_DEBUG)/lib/modules/$(LINUX_VERSION)/
|
||||
$(IPKG_BUILD) $(IDIR_KMOD_WLCOMPAT_DEBUG) $(PACKAGE_DIR)
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
Package: kmod-wlcompat-debug
|
||||
Priority: optional
|
||||
Section: sys
|
||||
Depends: kmod-brcm-wl
|
||||
Description: Compatibility module for using the Wireless Extension with broadcom's wl (debug)
|
||||
@@ -1,5 +0,0 @@
|
||||
Package: kmod-wlcompat
|
||||
Priority: optional
|
||||
Section: sys
|
||||
Depends: kmod-brcm-wl
|
||||
Description: Compatibility module for using the Wireless Extension with broadcom's wl
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user