mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
fix more downloading crap
SVN-Revision: 9389
This commit is contained in:
parent
467c1a7189
commit
58035f5e02
@ -13,7 +13,7 @@ PKG_VERSION:=0.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@openwrt/
|
||||
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
|
||||
PKG_MD5SUM:=faafd4618f970119a665b11b21ac6a26
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
@ -13,9 +13,6 @@ PKG_NAME:=mac80211
|
||||
PKG_RELEASE:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
ifeq ($(DUMP),)
|
||||
include $(LINUX_DIR)/.config
|
||||
endif
|
||||
|
||||
define KernelPackage/mac80211
|
||||
SUBMENU:=Wireless Drivers
|
||||
|
@ -14,7 +14,7 @@ PKG_VERSION:=cvs-2007061115
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@openwrt/
|
||||
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
|
||||
PKG_MD5SUM:=67a158b24ec46e37edc4545f51338bb9
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
@ -21,9 +21,6 @@ PKG_FW7X_URL:=http://www.ralinktech.com.tw/data/
|
||||
PKG_FW7X_MD5SUM:=1e7a5dc574e0268574fcda3fd5cf52f7
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
ifeq ($(DUMP),)
|
||||
include $(LINUX_DIR)/.config
|
||||
endif
|
||||
|
||||
# XXX: remove @!TARGET_* later when we have PCI & USB support properly detected on all targets
|
||||
define KernelPackage/rt2x00/Default
|
||||
|
@ -14,7 +14,7 @@ PKG_VERSION:=cvs-2007060307
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@openwrt/
|
||||
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources
|
||||
PKG_MD5SUM:=8d71fee47bdaac4c7d79180a4ea33649
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
Loading…
Reference in New Issue
Block a user