rename broadcom-wl to broadcom-wl-old
SVN-Revision: 21794
This commit is contained in:
parent
efa4f94436
commit
b6fb8fd821
54 changed files with 28 additions and 28 deletions
|
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/broadcom-wl/Default
|
define Package/broadcom-wl/Default
|
||||||
SECTION:=kernel
|
SECTION:=kernel
|
||||||
CATEGORY:=Kernel modules
|
CATEGORY:=Kernel modules
|
||||||
DEPENDS:=@PACKAGE_kmod-brcm-wl||PACKAGE_kmod-brcm-wl-mimo
|
DEPENDS:=@PACKAGE_kmod-brcm-wl-old||PACKAGE_kmod-brcm-wl-mimo-old
|
||||||
SUBMENU:=Proprietary BCM43xx WiFi driver
|
SUBMENU:=Proprietary BCM43xx WiFi driver
|
||||||
SUBMENUDEP:=@TARGET_brcm_2_4
|
SUBMENUDEP:=@TARGET_brcm_2_4
|
||||||
endef
|
endef
|
||||||
|
@ -43,21 +43,21 @@ define KernelPackage/brcm-wl/Default/description
|
||||||
BCM43xx chipset.
|
BCM43xx chipset.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/brcm-wl
|
define KernelPackage/brcm-wl-old
|
||||||
$(call KernelPackage/brcm-wl/Default,)
|
$(call KernelPackage/brcm-wl/Default,)
|
||||||
TITLE+= (normal version)
|
TITLE+= (normal version)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/brcm-wl/description
|
define KernelPackage/brcm-wl-old/description
|
||||||
$(call KernelPackage/brcm-wl/Default/description)
|
$(call KernelPackage/brcm-wl/Default/description)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/brcm-wl-mimo
|
define KernelPackage/brcm-wl-mimo-old
|
||||||
$(call KernelPackage/brcm-wl/Default,_mimo)
|
$(call KernelPackage/brcm-wl/Default,_mimo)
|
||||||
TITLE+= (MIMO version)
|
TITLE+= (MIMO version)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/brcm-wl-mimo/description
|
define KernelPackage/brcm-wl-mimo-old/description
|
||||||
$(call KernelPackage/brcm-wl/Default/description)
|
$(call KernelPackage/brcm-wl/Default/description)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -88,32 +88,32 @@ $(call KernelPackage/wlcompat/description)
|
||||||
This is the debugging version.
|
This is the debugging version.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wlc
|
define Package/wlc-old
|
||||||
$(call Package/broadcom-wl/Default)
|
$(call Package/broadcom-wl/Default)
|
||||||
TITLE:=wl driver setup utility
|
TITLE:=wl driver setup utility
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wlc/description
|
define Package/wlc-old/description
|
||||||
This package contains an utility for initializing the proprietary Broadcom
|
This package contains an utility for initializing the proprietary Broadcom
|
||||||
wl driver.
|
wl driver.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wl
|
define Package/wl-old
|
||||||
$(call Package/broadcom-wl/Default)
|
$(call Package/broadcom-wl/Default)
|
||||||
TITLE:=Proprietary Broadcom wl driver config utility
|
TITLE:=Proprietary Broadcom wl driver config utility
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wl/description
|
define Package/wl-old/description
|
||||||
This package contains the proprietary utility (wl) for configuring the
|
This package contains the proprietary utility (wl) for configuring the
|
||||||
proprietary Broadcom wl driver.
|
proprietary Broadcom wl driver.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/nas
|
define Package/nas-old
|
||||||
$(call Package/broadcom-wl/Default)
|
$(call Package/broadcom-wl/Default)
|
||||||
TITLE:=Proprietary Broadcom WPA/WPA2 authenticator
|
TITLE:=Proprietary Broadcom WPA/WPA2 authenticator
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/nas/description
|
define Package/nas-old/description
|
||||||
This package contains the proprietary WPA/WPA2 authenticator (nas) for the
|
This package contains the proprietary WPA/WPA2 authenticator (nas) for the
|
||||||
proprietary Broadcom wl driver.
|
proprietary Broadcom wl driver.
|
||||||
endef
|
endef
|
||||||
|
@ -175,28 +175,28 @@ define Build/InstallDev
|
||||||
$(CP) $(PKG_BUILD_DIR)/router/shared/libshared.a $(1)/usr/lib/
|
$(CP) $(PKG_BUILD_DIR)/router/shared/libshared.a $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wlc/install
|
define Package/wlc-old/install
|
||||||
$(CP) ./files/* $(1)/
|
$(CP) ./files/* $(1)/
|
||||||
$(INSTALL_DIR) $(1)/sbin
|
$(INSTALL_DIR) $(1)/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/wlc/wlc $(1)/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/wlc/wlc $(1)/sbin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wl/install
|
define Package/wl-old/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/wl $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/wl $(1)/usr/sbin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/nas/install
|
define Package/nas-old/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/nas $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/nas $(1)/usr/sbin/
|
||||||
ln -sf nas $(1)/usr/sbin/nas4not
|
ln -sf nas $(1)/usr/sbin/nas4not
|
||||||
ln -sf nas $(1)/usr/sbin/nas4wds
|
ln -sf nas $(1)/usr/sbin/nas4wds
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,brcm-wl))
|
$(eval $(call KernelPackage,brcm-wl-old))
|
||||||
$(eval $(call KernelPackage,brcm-wl-mimo))
|
$(eval $(call KernelPackage,brcm-wl-mimo-old))
|
||||||
$(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-old))
|
||||||
$(eval $(call BuildPackage,wl))
|
$(eval $(call BuildPackage,wl-old))
|
||||||
$(eval $(call BuildPackage,nas))
|
$(eval $(call BuildPackage,nas-old))
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/Broadcom
|
define Profile/Broadcom
|
||||||
NAME:=Generic, Broadcom WiFi (default)
|
NAME:=Generic, Broadcom WiFi (default)
|
||||||
PACKAGES:=kmod-brcm-wl wlc nas kmod-wlcompat
|
PACKAGES:=kmod-brcm-wl-old wlc-old nas-old kmod-wlcompat
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/Broadcom/Description
|
define Profile/Broadcom/Description
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/BroadcomMimo
|
define Profile/BroadcomMimo
|
||||||
NAME:=Generic, Broadcom WiFi (MIMO)
|
NAME:=Generic, Broadcom WiFi (MIMO)
|
||||||
PACKAGES:=kmod-brcm-wl-mimo wlc nas kmod-wlcompat
|
PACKAGES:=kmod-brcm-wl-mimo-old wlc-old nas-old kmod-wlcompat
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/BroadcomMimo/Description
|
define Profile/BroadcomMimo/Description
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/USBGeneric
|
define Profile/USBGeneric
|
||||||
NAME:=Generic USB
|
NAME:=Generic USB
|
||||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-usb2 wlc nas kmod-wlcompat
|
PACKAGES:=kmod-brcm-wl-old kmod-usb-core kmod-usb-ohci kmod-usb2 wlc-old nas-old kmod-wlcompat
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/USBGeneric/Description
|
define Profile/USBGeneric/Description
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/WL500G
|
define Profile/WL500G
|
||||||
NAME:=ASUS WL-500g
|
NAME:=ASUS WL-500g
|
||||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-lp wlc nas kmod-wlcompat
|
PACKAGES:=kmod-brcm-wl-old kmod-usb-core kmod-usb-ohci kmod-lp wlc-old nas-old kmod-wlcompat
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/WL500G/Description
|
define Profile/WL500G/Description
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/WL500GD
|
define Profile/WL500GD
|
||||||
NAME:=ASUS WL-500g Deluxe
|
NAME:=ASUS WL-500g Deluxe
|
||||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-uhci kmod-usb2 wlc nas kmod-wlcompat
|
PACKAGES:=kmod-brcm-wl-old kmod-usb-core kmod-usb-uhci kmod-usb2 wlc-old nas-old kmod-wlcompat
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/WL500GD/Description
|
define Profile/WL500GD/Description
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/WL500GP
|
define Profile/WL500GP
|
||||||
NAME:=ASUS WL-500g Premium
|
NAME:=ASUS WL-500g Premium
|
||||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-uhci-iv kmod-usb2 wlc nas kmod-wlcompat
|
PACKAGES:=kmod-brcm-wl-old kmod-usb-core kmod-usb-uhci-iv kmod-usb2 wlc-old nas-old kmod-wlcompat
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/WL500GP/Description
|
define Profile/WL500GP/Description
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/WLHDD
|
define Profile/WLHDD
|
||||||
NAME:=WL-HDD
|
NAME:=WL-HDD
|
||||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-ide-core kmod-ide-pdc202xx wlc nas kmod-wlcompat kmod-rtc-rv5c386a
|
PACKAGES:=kmod-brcm-wl-old kmod-usb-core kmod-usb-ohci kmod-ide-core kmod-ide-pdc202xx wlc-old nas-old kmod-wlcompat kmod-rtc-rv5c386a
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/WLHDD/Description
|
define Profile/WLHDD/Description
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/WRT300Nv11
|
define Profile/WRT300Nv11
|
||||||
NAME:=Linksys WRT300N v1.1
|
NAME:=Linksys WRT300N v1.1
|
||||||
PACKAGES:=kmod-brcm-wl-mimo wlc nas kmod-wlcompat kmod-brcm-57xx
|
PACKAGES:=kmod-brcm-wl-mimo-old wlc-old nas-old kmod-wlcompat kmod-brcm-57xx
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/WRT300Nv11/Description
|
define Profile/WRT300Nv11/Description
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/WRT54G3G
|
define Profile/WRT54G3G
|
||||||
NAME:=Linksys WRT54G3G
|
NAME:=Linksys WRT54G3G
|
||||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-pcmcia-core kmod-pcmcia-serial kmod-nozomi comgt wlc nas kmod-wlcompat
|
PACKAGES:=kmod-brcm-wl-old kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-pcmcia-core kmod-pcmcia-serial kmod-nozomi comgt wlc-old nas-old kmod-wlcompat
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/WRT54G3G/Description
|
define Profile/WRT54G3G/Description
|
||||||
|
|
Loading…
Reference in a new issue