From: Andres Salomon Date: Wed, 11 Apr 2012 05:54:13 +0000 (-0700) Subject: debxo: drop vestigial custom kernel packages X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=69eddf3b30825ff1f797b58d741e8d920dc0b9f6 debxo: drop vestigial custom kernel packages Whoops, custom kernel packages were being installed even though we don't use them.. Signed-off-by: Andres Salomon --- diff --git a/configs/debxo-awesome/hooks b/configs/debxo-awesome/hooks index b6ba67f..345ead6 100644 --- a/configs/debxo-awesome/hooks +++ b/configs/debxo-awesome/hooks @@ -59,8 +59,7 @@ ubi mtd=root EOF # install some custom packages that aren't on mirrors. ugly hack! - k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb - http://lunge.queued.net/~dilinger/debxo-0.6/linux-image-2.6.37-rc1+_2.6.37-rc1+-47_i386.deb" + k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb" mkdir -p cache for i in $k; do pkg=$(basename ${i}) diff --git a/configs/debxo-gnome/hooks b/configs/debxo-gnome/hooks index 17095af..91b2cfa 100644 --- a/configs/debxo-gnome/hooks +++ b/configs/debxo-gnome/hooks @@ -60,8 +60,7 @@ ubi mtd=root EOF # install some custom packages that aren't on mirrors. ugly hack! - k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb - http://lunge.queued.net/~dilinger/debxo-0.6/linux-image-2.6.37-rc4+_2.6.37-rc4+-56_i386.deb" + k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb" mkdir -p cache for i in $k; do pkg=$(basename ${i}) diff --git a/configs/debxo-kde/hooks b/configs/debxo-kde/hooks index a7b9640..6398a71 100644 --- a/configs/debxo-kde/hooks +++ b/configs/debxo-kde/hooks @@ -59,8 +59,7 @@ ubi mtd=root EOF # install some custom packages that aren't on mirrors. ugly hack! - k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb - http://lunge.queued.net/~dilinger/debxo-0.6/linux-image-2.6.37-rc1+_2.6.37-rc1+-47_i386.deb" + k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb" mkdir -p cache for i in $k; do pkg=$(basename ${i}) diff --git a/configs/debxo-lxde/hooks b/configs/debxo-lxde/hooks index 1b8b477..b99fbb3 100644 --- a/configs/debxo-lxde/hooks +++ b/configs/debxo-lxde/hooks @@ -59,8 +59,7 @@ ubi mtd=root EOF # install some custom packages that aren't on mirrors. ugly hack! - k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb - http://lunge.queued.net/~dilinger/debxo-0.6/linux-image-2.6.37-rc4+_2.6.37-rc4+-56_i386.deb" + k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb" mkdir -p cache for i in $k; do pkg=$(basename ${i}) diff --git a/configs/debxo-sugar/hooks b/configs/debxo-sugar/hooks index 1d02ee0..45e0eba 100644 --- a/configs/debxo-sugar/hooks +++ b/configs/debxo-sugar/hooks @@ -59,8 +59,7 @@ ubi mtd=root EOF # install some custom packages that aren't on mirrors. ugly hack! - k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb - http://lunge.queued.net/~dilinger/debxo-0.6/linux-image-2.6.37-rc4+_2.6.37-rc4+-56_i386.deb" + k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb" mkdir -p cache for i in $k; do pkg=$(basename ${i}) diff --git a/configs/debxo-xfce/hooks b/configs/debxo-xfce/hooks index 3e07b16..25cda8a 100644 --- a/configs/debxo-xfce/hooks +++ b/configs/debxo-xfce/hooks @@ -59,8 +59,7 @@ ubi mtd=root EOF # install some custom packages that aren't on mirrors. ugly hack! - k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb - http://lunge.queued.net/~dilinger/debxo-0.6/linux-image-2.6.37-rc4+_2.6.37-rc4+-56_i386.deb" + k="http://lunge.queued.net/~dilinger/debxo-0.2/ofw-config_0.1_all.deb" mkdir -p cache for i in $k; do pkg=$(basename ${i})