mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:37:10 +02:00
[backfire] merge r23248, r23249, r23250, r23251 and r23252
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@23298 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
03a9ab5e49
commit
f2d985c39f
@ -36,6 +36,10 @@ define Package/hotplug2/description
|
|||||||
This is an implementation of Hotplug2-1.0-beta
|
This is an implementation of Hotplug2-1.0-beta
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/hotplug2/conffiles
|
||||||
|
/etc/hotplug2.rules
|
||||||
|
endef
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
COPTS="$(TARGET_CFLAGS)" \
|
COPTS="$(TARGET_CFLAGS)" \
|
||||||
STATIC_WORKER="fork"
|
STATIC_WORKER="fork"
|
||||||
|
@ -30,6 +30,10 @@ $(call Package/iproute2/Default)
|
|||||||
TITLE:=Routing control utility
|
TITLE:=Routing control utility
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/ip/conffiles
|
||||||
|
/etc/iproute2/rt_tables
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/tc
|
define Package/tc
|
||||||
$(call Package/iproute2/Default)
|
$(call Package/iproute2/Default)
|
||||||
TITLE:=Traffic control utility
|
TITLE:=Traffic control utility
|
||||||
|
@ -51,6 +51,10 @@ define KernelPackage/mmc-over-gpio/description
|
|||||||
Support for driving an MMC/SD card over GPIO pins via SPI.
|
Support for driving an MMC/SD card over GPIO pins via SPI.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/mmc-over-gpio/conffiles
|
||||||
|
/etc/config/mmc_over_gpio
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
mkdir -p $(PKG_BUILD_DIR)
|
mkdir -p $(PKG_BUILD_DIR)
|
||||||
endef
|
endef
|
||||||
|
@ -25,6 +25,10 @@ define Package/mountd/description
|
|||||||
openwrt automount daemon
|
openwrt automount daemon
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/mountd/conffiles
|
||||||
|
/etc/config/mountd
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(PKG_BUILD_DIR)" \
|
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(PKG_BUILD_DIR)" \
|
||||||
@ -40,4 +44,3 @@ define Package/mountd/install
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,mountd))
|
$(eval $(call BuildPackage,mountd))
|
||||||
|
|
||||||
|
@ -39,6 +39,16 @@ define Package/ppp/description
|
|||||||
This package contains the PPP (Point-to-Point Protocol) daemon.
|
This package contains the PPP (Point-to-Point Protocol) daemon.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/ppp/conffiles
|
||||||
|
/etc/ppp/chap-secrets
|
||||||
|
/etc/ppp/filter
|
||||||
|
/etc/ppp/ip-down
|
||||||
|
/etc/ppp/ip-up
|
||||||
|
/etc/ppp/ipv6-down
|
||||||
|
/etc/ppp/ipv6-up
|
||||||
|
/etc/ppp/options
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/ppp-mod-pppoa
|
define Package/ppp-mod-pppoa
|
||||||
$(call Package/ppp/Default)
|
$(call Package/ppp/Default)
|
||||||
DEPENDS:=ppp +linux-atm +kmod-pppoa
|
DEPENDS:=ppp +linux-atm +kmod-pppoa
|
||||||
@ -70,6 +80,14 @@ This package contains a RADIUS (Remote Authentication Dial-In User Service)
|
|||||||
plugin for ppp.
|
plugin for ppp.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/ppp-mod-radius/conffiles
|
||||||
|
/etc/ppp/radius.conf
|
||||||
|
/etc/ppp/radius/dictionary
|
||||||
|
/etc/ppp/radius/dictionary.asnet
|
||||||
|
/etc/ppp/radius/dictionary.microsoft
|
||||||
|
/etc/ppp/radius/servers
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/chat
|
define Package/chat
|
||||||
$(call Package/ppp/Default)
|
$(call Package/ppp/Default)
|
||||||
DEPENDS:=ppp
|
DEPENDS:=ppp
|
||||||
|
Loading…
Reference in New Issue
Block a user