summaryrefslogtreecommitdiffstats
path: root/package/mmc_over_gpio/Makefile
diff options
context:
space:
mode:
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-03-21 17:38:16 +0000
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-03-21 17:38:16 +0000
commit25cc1b733a884899b4aeb000f3b7abd3e62d39a5 (patch)
tree9d6108bfdf1071ba0a658d787dbb01c7420ac947 /package/mmc_over_gpio/Makefile
parentd1f1e397b9e6dfac0812bec87cec3f714a9a2539 (diff)
mmc_over_gpio: Add initscript that will create a device
Note that we should use a config file where we can define an arbitrary number of devices. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10638 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mmc_over_gpio/Makefile')
-rw-r--r--package/mmc_over_gpio/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/package/mmc_over_gpio/Makefile b/package/mmc_over_gpio/Makefile
index 9076525b0..d38fa416e 100644
--- a/package/mmc_over_gpio/Makefile
+++ b/package/mmc_over_gpio/Makefile
@@ -3,8 +3,6 @@
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
-#
-# $Id: Makefile 10138 2008-01-06 19:28:26Z nbd $
#XXX This package will go away once the stuff is merged into the kernel.
@@ -44,4 +42,9 @@ define Build/Compile
modules
endef
+define KernelPackage/mmc-over-gpio/install
+ $(INSTALL_DIR) $(1)/etc/init.d
+ $(INSTALL_BIN) ./files/mmc_over_gpio.init $(1)/etc/init.d/mmc_over_gpio
+endef
+
$(eval $(call KernelPackage,mmc-over-gpio))