mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 04:07:30 +02:00
rename broadcom-wl to broadcom-wl-old
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21794 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
878b1f5b6a
commit
96465c018c
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/broadcom-wl/Default
|
||||
SECTION:=kernel
|
||||
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
|
||||
SUBMENUDEP:=@TARGET_brcm_2_4
|
||||
endef
|
||||
@ -43,21 +43,21 @@ define KernelPackage/brcm-wl/Default/description
|
||||
BCM43xx chipset.
|
||||
endef
|
||||
|
||||
define KernelPackage/brcm-wl
|
||||
define KernelPackage/brcm-wl-old
|
||||
$(call KernelPackage/brcm-wl/Default,)
|
||||
TITLE+= (normal version)
|
||||
endef
|
||||
|
||||
define KernelPackage/brcm-wl/description
|
||||
define KernelPackage/brcm-wl-old/description
|
||||
$(call KernelPackage/brcm-wl/Default/description)
|
||||
endef
|
||||
|
||||
define KernelPackage/brcm-wl-mimo
|
||||
define KernelPackage/brcm-wl-mimo-old
|
||||
$(call KernelPackage/brcm-wl/Default,_mimo)
|
||||
TITLE+= (MIMO version)
|
||||
endef
|
||||
|
||||
define KernelPackage/brcm-wl-mimo/description
|
||||
define KernelPackage/brcm-wl-mimo-old/description
|
||||
$(call KernelPackage/brcm-wl/Default/description)
|
||||
endef
|
||||
|
||||
@ -88,32 +88,32 @@ $(call KernelPackage/wlcompat/description)
|
||||
This is the debugging version.
|
||||
endef
|
||||
|
||||
define Package/wlc
|
||||
define Package/wlc-old
|
||||
$(call Package/broadcom-wl/Default)
|
||||
TITLE:=wl driver setup utility
|
||||
endef
|
||||
|
||||
define Package/wlc/description
|
||||
define Package/wlc-old/description
|
||||
This package contains an utility for initializing the proprietary Broadcom
|
||||
wl driver.
|
||||
endef
|
||||
|
||||
define Package/wl
|
||||
define Package/wl-old
|
||||
$(call Package/broadcom-wl/Default)
|
||||
TITLE:=Proprietary Broadcom wl driver config utility
|
||||
endef
|
||||
|
||||
define Package/wl/description
|
||||
define Package/wl-old/description
|
||||
This package contains the proprietary utility (wl) for configuring the
|
||||
proprietary Broadcom wl driver.
|
||||
endef
|
||||
|
||||
define Package/nas
|
||||
define Package/nas-old
|
||||
$(call Package/broadcom-wl/Default)
|
||||
TITLE:=Proprietary Broadcom WPA/WPA2 authenticator
|
||||
endef
|
||||
|
||||
define Package/nas/description
|
||||
define Package/nas-old/description
|
||||
This package contains the proprietary WPA/WPA2 authenticator (nas) for the
|
||||
proprietary Broadcom wl driver.
|
||||
endef
|
||||
@ -175,28 +175,28 @@ define Build/InstallDev
|
||||
$(CP) $(PKG_BUILD_DIR)/router/shared/libshared.a $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Package/wlc/install
|
||||
define Package/wlc-old/install
|
||||
$(CP) ./files/* $(1)/
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/wlc/wlc $(1)/sbin/
|
||||
endef
|
||||
|
||||
define Package/wl/install
|
||||
define Package/wl-old/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/wl $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
define Package/nas/install
|
||||
define Package/nas-old/install
|
||||
$(INSTALL_DIR) $(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/nas4wds
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,brcm-wl))
|
||||
$(eval $(call KernelPackage,brcm-wl-mimo))
|
||||
$(eval $(call KernelPackage,brcm-wl-old))
|
||||
$(eval $(call KernelPackage,brcm-wl-mimo-old))
|
||||
$(eval $(call KernelPackage,wlcompat))
|
||||
$(eval $(call KernelPackage,wlcompat-debug))
|
||||
$(eval $(call BuildPackage,wlc))
|
||||
$(eval $(call BuildPackage,wl))
|
||||
$(eval $(call BuildPackage,nas))
|
||||
$(eval $(call BuildPackage,wlc-old))
|
||||
$(eval $(call BuildPackage,wl-old))
|
||||
$(eval $(call BuildPackage,nas-old))
|
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/Broadcom
|
||||
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
|
||||
|
||||
define Profile/Broadcom/Description
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/BroadcomMimo
|
||||
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
|
||||
|
||||
define Profile/BroadcomMimo/Description
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/USBGeneric
|
||||
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
|
||||
|
||||
define Profile/USBGeneric/Description
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/WL500G
|
||||
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
|
||||
|
||||
define Profile/WL500G/Description
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/WL500GD
|
||||
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
|
||||
|
||||
define Profile/WL500GD/Description
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/WL500GP
|
||||
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
|
||||
|
||||
define Profile/WL500GP/Description
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/WLHDD
|
||||
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
|
||||
|
||||
define Profile/WLHDD/Description
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/WRT300Nv11
|
||||
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
|
||||
|
||||
define Profile/WRT300Nv11/Description
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/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
|
||||
|
||||
define Profile/WRT54G3G/Description
|
||||
|
Loading…
Reference in New Issue
Block a user