projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[atheros] export ar231x_gpiodev, needed for gpio-led/spi/i2c modules
[openwrt.git]
/
package
/
base-files
/
Makefile
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index
f9ad4e7
..
4d6a15c
100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=base-files
-PKG_RELEASE:=2
3
+PKG_RELEASE:=2
4
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
@@
-74,7
+74,7
@@
endef
define Package/libgcc
$(call Package/gcc/Default)
TITLE:=GCC support library
define Package/libgcc
$(call Package/gcc/Default)
TITLE:=GCC support library
- DEPENDS+=@!
TARGET_avr32
+ DEPENDS+=@!
(TARGET_avr32||TARGET_coldfire)
endef
define Package/libssp
endef
define Package/libssp
@@
-175,6
+175,7
@@
define Package/base-files$(TARGET)/install
mkdir -p $(1)/CONTROL
mkdir -p $(1)/dev
mkdir -p $(1)/etc/crontabs
mkdir -p $(1)/CONTROL
mkdir -p $(1)/dev
mkdir -p $(1)/etc/crontabs
+ mkdir -p $(1)/etc/rc.d
mkdir -p $(1)/jffs
mkdir -p $(1)/lib/firmware
$(if $(LIB_SUFFIX),ln -s lib $(1)/lib$(LIB_SUFFIX))
mkdir -p $(1)/jffs
mkdir -p $(1)/lib/firmware
$(if $(LIB_SUFFIX),ln -s lib $(1)/lib$(LIB_SUFFIX))
This page took
0.021533 seconds
and
4
git commands to generate.