From: Simon Busch Date: Wed, 29 Sep 2010 04:42:59 +0000 (+0200) Subject: initscripts-shr: remove unused usb-gadget script for palmpre machine X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a26bdb3e9dbc3ce867e4959e5af78ba4af151be5;p=openembedded.git initscripts-shr: remove unused usb-gadget script for palmpre machine 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 Acked-by: Martin Jansa --- diff --git a/recipes/shr/initscripts-shr/palmpre/usb-gadget.sh b/recipes/shr/initscripts-shr/palmpre/usb-gadget.sh deleted file mode 100644 index d7554954d6..0000000000 --- a/recipes/shr/initscripts-shr/palmpre/usb-gadget.sh +++ /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 - diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/initscripts-shr_0.0.1.bb index 120c325fbf..e4dc736071 100644 --- a/recipes/shr/initscripts-shr_0.0.1.bb +++ b/recipes/shr/initscripts-shr_0.0.1.bb @@ -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 #