mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
enable broadcom-wl compat hacks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10089 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -106,7 +106,7 @@ endef
|
|||||||
define Package/wl
|
define Package/wl
|
||||||
$(call Package/broadcom-wl/Default)
|
$(call Package/broadcom-wl/Default)
|
||||||
TITLE:=Proprietary Broadcom wl driver config utility
|
TITLE:=Proprietary Broadcom wl driver config utility
|
||||||
# DEPENDS+=+brcm-compat-ldso
|
DEPENDS+=+brcm-compat-ldso
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wl/description
|
define Package/wl/description
|
||||||
@@ -117,7 +117,7 @@ endef
|
|||||||
define Package/nas
|
define Package/nas
|
||||||
$(call Package/broadcom-wl/Default)
|
$(call Package/broadcom-wl/Default)
|
||||||
DEPENDS+= +nvram
|
DEPENDS+= +nvram
|
||||||
# DEPENDS+= +brcm-compat-ldso
|
DEPENDS+= +brcm-compat-ldso
|
||||||
TITLE:=Proprietary Broadcom WPA/WPA2 authenticator
|
TITLE:=Proprietary Broadcom WPA/WPA2 authenticator
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@@ -174,10 +174,10 @@ define Build/Compile
|
|||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
all
|
all
|
||||||
# $(NO_TRACE_MAKE) -C compat-ldso -f build.mk PKG_INSTALL_DIR="$(PKG_BUILD_DIR)"
|
$(NO_TRACE_MAKE) -C compat-ldso -f build.mk PKG_INSTALL_DIR="$(PKG_BUILD_DIR)" BUILD_DIR="$(PKG_BUILD_DIR)"
|
||||||
# $(SED) 's,ld-uClibc.so.0,ld-uClibc.brcm,' \
|
$(SED) 's,ld-uClibc.so.0,ld-uClibc.brcm,' \
|
||||||
# $(PKG_BUILD_DIR)/wl \
|
$(PKG_BUILD_DIR)/wl \
|
||||||
# $(PKG_BUILD_DIR)/nas
|
$(PKG_BUILD_DIR)/nas
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/brcm-compat-ldso/install
|
define Package/brcm-compat-ldso/install
|
||||||
@@ -207,7 +207,7 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,brcm-wl))
|
$(eval $(call KernelPackage,brcm-wl))
|
||||||
$(eval $(call KernelPackage,brcm-wl-mimo))
|
$(eval $(call KernelPackage,brcm-wl-mimo))
|
||||||
#$(eval $(call BuildPackage,brcm-compat-ldso))
|
$(eval $(call BuildPackage,brcm-compat-ldso))
|
||||||
$(eval $(call KernelPackage,wlcompat))
|
$(eval $(call KernelPackage,wlcompat))
|
||||||
$(eval $(call KernelPackage,wlcompat-debug))
|
$(eval $(call KernelPackage,wlcompat-debug))
|
||||||
$(eval $(call BuildPackage,wlc))
|
$(eval $(call BuildPackage,wlc))
|
||||||
|
|||||||
Reference in New Issue
Block a user