mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 15:01:05 +02:00
add conffiles for base-files
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3986 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5d2c8cbaad
commit
7f7c42abe9
@ -31,6 +31,48 @@ define Package/base-files$(TARGET)
|
|||||||
VERSION:=$(PKG_RELEASE)
|
VERSION:=$(PKG_RELEASE)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define -ar7-2.4/conffiles
|
||||||
|
/etc/config/network
|
||||||
|
endef
|
||||||
|
|
||||||
|
define -aruba-2.6/conffiles
|
||||||
|
/etc/config/network
|
||||||
|
endef
|
||||||
|
|
||||||
|
define -au1000-2.6/conffiles
|
||||||
|
/etc/config/network
|
||||||
|
endef
|
||||||
|
|
||||||
|
define -rb532-2.6/conffiles
|
||||||
|
/etc/config/network
|
||||||
|
endef
|
||||||
|
|
||||||
|
define -sibyte-2.6/conffiles
|
||||||
|
/etc/config/network
|
||||||
|
endef
|
||||||
|
|
||||||
|
define -x86-2.6/conffiles
|
||||||
|
/etc/config/network
|
||||||
|
endef
|
||||||
|
|
||||||
|
define -xscale-2.6/conffiles
|
||||||
|
/etc/config/network
|
||||||
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
define Package/base-files$(TARGET)/conffiles
|
||||||
|
/etc/banner
|
||||||
|
/etc/hosts
|
||||||
|
/etc/inittab
|
||||||
|
/etc/group
|
||||||
|
/etc/passwd
|
||||||
|
/etc/profile
|
||||||
|
/etc/shells
|
||||||
|
/etc/ipkg.conf
|
||||||
|
/etc/sysctl.conf
|
||||||
|
$(call $(TARGET)/conffiles)
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/libgcc
|
define Package/libgcc
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
|
Loading…
x
Reference in New Issue
Block a user