initscripts-shr: remove unused usb-gadget script for palmpre machine
authorSimon Busch <morphis@gravedo.de>
Wed, 29 Sep 2010 04:42:59 +0000 (06:42 +0200)
committerSimon Busch <morphis@gravedo.de>
Wed, 20 Oct 2010 07:49:20 +0000 (09:49 +0200)
This script was resonsible for activating networking over usb but is not needed anymore as
our default kernel for the palmpre machine activates usb networking per default.

Signed-off-by: Simon Busch <morphis@gravedo.de>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/shr/initscripts-shr/palmpre/usb-gadget.sh [deleted file]
recipes/shr/initscripts-shr_0.0.1.bb

diff --git a/recipes/shr/initscripts-shr/palmpre/usb-gadget.sh b/recipes/shr/initscripts-shr/palmpre/usb-gadget.sh
deleted file mode 100644 (file)
index d755495..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# usb gadget configuration:
-# there already different configurations on the palm pre defined,
-# we choose nr 5 cause it provides the usbnet, novacom
-# and storage gadget
-if [ -e /sys/class/usb_gadget/config_num ]; then
-       echo 5 > /sys/class/usb_gadget/config_num
-fi
-
index 120c325..e4dc736 100644 (file)
@@ -5,7 +5,7 @@ DEPENDS = ""
 RDEPENDS_${PN} = "procps"
 LICENSE = "GPL"
 PV = "0.0.1"
-PR = "r19"
+PR = "r20"
 
 RCONFLICTS_${PN} = "initscripts"
 
@@ -31,7 +31,6 @@ SRC_URI = "file://alignment.sh \
           file://umountfs \
           file://umountnfs.sh \
           "
-SRC_URI_append_palmpre = " file://usb-gadget.sh"
 
 inherit base
 
@@ -75,11 +74,6 @@ do_install () {
        install -m 0755 ${WORKDIR}/umountfs             ${D}${sysconfdir}/init.d
        install -m 0755 ${WORKDIR}/umountnfs.sh         ${D}${sysconfdir}/init.d
 
-       if [ "${MACHINE}" == "palmpre" ]; then
-               install -m 0755 ${WORKDIR}/usb-gadget.sh ${D}${sysconfdir}/init.d
-               ln -sf ../init.d/usb-gadget.sh ${D}${sysconfdir}/rcS.d/S00usb-gadget.sh
-       fi
-
 #
 # Create runlevel links
 #