Merge bk://openembedded@openembedded.bkbits.net/packages
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 26 Oct 2004 06:44:28 +0000 (06:44 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 26 Oct 2004 06:44:28 +0000 (06:44 +0000)
into home.hrw.one.pl:/home/hrw/zaurus/oe/packages

2004/10/25 19:32:24+02:00 (none)!br1
added htb-init to nylon-feed

2004/10/25 19:31:00+02:00 (none)!br1
htb-init added: configure HTB traffic shaping

2004/10/25 19:30:08+02:00 (none)!br1
iproute2: use /sbin

2004/10/25 18:21:55+02:00 (none)!br1
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/oe.write/packages

2004/10/23 16:46:19+02:00 (none)!br1
nylon-feed: dont use split_ipk_feeds, make index

2004/10/23 16:45:37+02:00 (none)!br1
base-files: fixed hostname

BKrev: 417df24cuj6iXCmlI08J7NJ8U1XglQ

base-files/base-files_3.0.14.oe
htb-init/htb-init-0.8.5/htb-basic-verbose.diff [new file with mode: 0644]
htb-init/htb-init-0.8.5/htb.init+ingress+predef+verbose.diff [new file with mode: 0644]
htb-init/htb-init_0.8.5.oe [new file with mode: 0644]
iproute2/iproute2_2.6.8.oe
meta/nylon-feed.oe

index 5ca5958..26cfa0f 100644 (file)
@@ -56,7 +56,7 @@ do_install () {
                install -m 2755 -d ${D}/$d
        done
 
-       if [ -z "${MACHINE}" -a "${hostname}" == "openembedded" ]; then
+       if [ -n "${MACHINE}" -a "${hostname}" == "openembedded" ]; then
                echo ${MACHINE} > ${D}/${sysconfdir}/hostname
        else
                echo ${hostname} > ${D}/${sysconfdir}/hostname
diff --git a/htb-init/htb-init-0.8.5/htb-basic-verbose.diff b/htb-init/htb-init-0.8.5/htb-basic-verbose.diff
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/htb-init/htb-init-0.8.5/htb.init+ingress+predef+verbose.diff b/htb-init/htb-init-0.8.5/htb.init+ingress+predef+verbose.diff
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/htb-init/htb-init_0.8.5.oe b/htb-init/htb-init_0.8.5.oe
new file mode 100644 (file)
index 0000000..e69de29
index fc0892d..982458d 100644 (file)
@@ -3,8 +3,10 @@ DESCRIPTION = "kernel routing and traffic control utilities"
 
 SRC_URI="http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.8-ss040730.tar.gz \
        file://iproute2-2.6.8_no_strip.diff;patch=1;pnum=0"
+
+PR="r1"
        
-EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_KERNEL_DIR}/include DOCDIR=/usr/share/doc/iproute2 SUBDIRS='lib tc ip'"
+EXTRA_OEMAKE = "CC='${CC}' KERNEL_INCLUDE=${STAGING_KERNEL_DIR}/include DOCDIR=/usr/share/doc/iproute2 SUBDIRS='lib tc ip' SBINDIR=/sbin"
 
 do_install () {
        oe_runmake DESTDIR=${D} install
index 87b868c..1dd1bc5 100644 (file)
@@ -18,6 +18,7 @@ hostap-modules \
 hostap-utils \
 hostap-daemon \
 hotplug \
+htb-init \
 initscripts \
 iperf \
 ipkg \
@@ -75,15 +76,12 @@ zlib \
 # snmp
 # mrtg
 # ipac-ng
-# dyndns: http://ez-ipupdate.com/
 # pptp
 # meshroaming
 
-# egrep -i Pattern matched against "$Section $Package-Name"
-export FEED_PATTERN = "^locale-|^glibc-|^net|^libs|^base"
-export FEED_NAME = "nylon-${MACHINE}"
+do_index() {
+       ipkg-make-index -r ${DEPLOY_DIR_IPK}/Packages -p ${DEPLOY_DIR_IPK}/Packages -l ${DEPLOY_DIR_IPK}/Packages.filelist -m ${DEPLOY_DIR_IPK}    
+}
 
-# egrep -i regexp matching package name
-export EXCLUDE_FROM_FEED = ""
+addtask index before do_build after do_install
 
-inherit split_ipk_feeds