Update GPIO-based MMC driver
[openwrt.git] / package / mmc_over_gpio / files / mmc_over_gpio.init
index 88d9e41..57c5695 100644 (file)
@@ -3,11 +3,11 @@
 START=90
 
 SYSFS="/sys"
-SYSFS_DRIVERDIR="$SYSFS/bus/platform/drivers/spi-gpio-mmc"
+SYSFS_DRIVERDIR="$SYSFS/bus/platform/drivers/gpiommc"
 
 # add_device(name, DI_pin, DO_pin, CLK_pin, CS_pin, mode)
 add_device() {
-       echo -n "$1" "$2","$3","$4","$5" "$6" > $SYSFS_DRIVERDIR/add
+       echo -n "$1" "$2" "$3" "$4" "$5" "$6" > $SYSFS_DRIVERDIR/add
 }
 
 # remove_device(name)
This page took 0.020096 seconds and 4 git commands to generate.