From a26bdb3e9dbc3ce867e4959e5af78ba4af151be5 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Wed, 29 Sep 2010 06:42:59 +0200 Subject: 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 --- recipes/shr/initscripts-shr/palmpre/usb-gadget.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 recipes/shr/initscripts-shr/palmpre/usb-gadget.sh (limited to 'recipes/shr/initscripts-shr') 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 - -- cgit 1.2.3-korg