summaryrefslogtreecommitdiff
path: root/package/mac80211
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
commitba3359722cbf8aa7b0ed39e1f81d1d74ec88fecd (patch)
tree10c726d162bc0ded85eb7aeacf8f246bd39ad63a /package/mac80211
parentbbd610f15a71b27c955175cb98392b114717fd47 (diff)
optimize ipkg package management
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/Makefile17
-rw-r--r--package/mac80211/ipkg/kmod-mac80211-ath5k.control4
-rw-r--r--package/mac80211/ipkg/kmod-mac80211-rt61.control4
-rw-r--r--package/mac80211/ipkg/kmod-mac80211.control4
4 files changed, 12 insertions, 17 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index df5ea86dc..48b418bfc 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -9,16 +9,23 @@ PKG_NAME:= mac80211
PKG_VERSION:= 2009-05-01
PKG_RELEASE:= 1
PKG_MD5SUM:= abc949ec3f7cc57302cca814d9b9c6cd
-DISTFILES:= compat-wireless-${PKG_VERSION}.tar.bz2
-MASTER_SITES:= http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/05/ \
+PKG_DESCR:= Linux wireless framework (SoftMAC)
+PKG_SECTION:= kernel
+PKG_URL:= http://wireless.kernel.org
+PKG_SITES:= http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/05/ \
http://wireless.kernel.org/download/compat-wireless-2.6/
+
+PKG_DESCR_1:= ath5k driver
+PKG_DESCR_2:= rt61/rt2x00 driver
+
+DISTFILES:= compat-wireless-${PKG_VERSION}.tar.bz2
WRKDIST= ${WRKDIR}/compat-wireless-${PKG_VERSION}
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,KMOD_MAC80211,kmod-mac80211,${KERNEL_VERSION}+${PKG_VERSION}-${DEVICE}-${PKG_RELEASE},kernel (${KERNEL_VERSION}-${DEVICE}-${KERNEL_RELEASE})))
-$(eval $(call PKG_template,KMOD_MAC80211_ATH5K,kmod-mac80211-ath5k,${KERNEL_VERSION}+${PKG_VERSION}-${DEVICE}-${PKG_RELEASE},kernel (${KERNEL_VERSION}-${DEVICE}-${KERNEL_RELEASE})))
-$(eval $(call PKG_template,KMOD_MAC80211_RT61,kmod-mac80211-rt61,${KERNEL_VERSION}+${PKG_VERSION}-${DEVICE}-${PKG_RELEASE},kernel (${KERNEL_VERSION}-${DEVICE}-${KERNEL_RELEASE})))
+$(eval $(call PKG_template,KMOD_MAC80211,kmod-mac80211,${KERNEL_VERSION}+${PKG_VERSION}-${DEVICE}-${PKG_RELEASE},kernel ${KERNEL_VERSION}-${DEVICE}-${KERNEL_RELEASE},${PKG_DESCR},{PKG_SECTION}))
+$(eval $(call PKG_template,KMOD_MAC80211_ATH5K,kmod-mac80211-ath5k,${KERNEL_VERSION}+${PKG_VERSION}-${DEVICE}-${PKG_RELEASE},kernel ${KERNEL_VERSION}-${DEVICE}-${KERNEL_RELEASE},${PKG_DESCR},{PKG_SECTION}))
+$(eval $(call PKG_template,KMOD_MAC80211_RT61,kmod-mac80211-rt61,${KERNEL_VERSION}+${PKG_VERSION}-${DEVICE}-${PKG_RELEASE},kernel ${KERNEL_VERSION}-${DEVICE}-${KERNEL_RELEASE},${PKG_DESCR},{PKG_SECTION}))
BUILD_STYLE:= auto
INSTALL_STYLE:= manual
diff --git a/package/mac80211/ipkg/kmod-mac80211-ath5k.control b/package/mac80211/ipkg/kmod-mac80211-ath5k.control
deleted file mode 100644
index a495868d2..000000000
--- a/package/mac80211/ipkg/kmod-mac80211-ath5k.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: kmod-mac80211-ath5k
-Priority: optional
-Section: net
-Description: Linux wireless driver for ath5k
diff --git a/package/mac80211/ipkg/kmod-mac80211-rt61.control b/package/mac80211/ipkg/kmod-mac80211-rt61.control
deleted file mode 100644
index 5684dd8e8..000000000
--- a/package/mac80211/ipkg/kmod-mac80211-rt61.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: kmod-mac80211-rt61
-Priority: optional
-Section: net
-Description: Linux wireless driver for Ralink rt61/rt2501
diff --git a/package/mac80211/ipkg/kmod-mac80211.control b/package/mac80211/ipkg/kmod-mac80211.control
deleted file mode 100644
index bf8ae1f4e..000000000
--- a/package/mac80211/ipkg/kmod-mac80211.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: kmod-mac80211
-Priority: optional
-Section: net
-Description: Linux wireless framwork