projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar71xx] ag71xx driver: introduce new flag for the AR913x SOCs
[openwrt.git]
/
package
/
mmc_over_gpio
/
Makefile
diff --git
a/package/mmc_over_gpio/Makefile
b/package/mmc_over_gpio/Makefile
index
954ccfa
..
a3d1787
100644
(file)
--- a/
package/mmc_over_gpio/Makefile
+++ b/
package/mmc_over_gpio/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=mmc-over-gpio
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=mmc-over-gpio
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
@@
-34,6
+34,8
@@
define Build/Compile
endef
define KernelPackage/mmc-over-gpio/install
endef
define KernelPackage/mmc-over-gpio/install
+ $(INSTALL_DIR) $(1)/etc/config
+ $(INSTALL_DATA) ./files/mmc_over_gpio.config $(1)/etc/config/mmc_over_gpio
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/mmc_over_gpio.init $(1)/etc/init.d/mmc_over_gpio
endef
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/mmc_over_gpio.init $(1)/etc/init.d/mmc_over_gpio
endef
This page took
0.026201 seconds
and
4
git commands to generate.