aboutsummaryrefslogtreecommitdiffstats
path: root/package/br2684ctl/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-04-21 09:37:13 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-04-21 09:37:13 +0000
commit7c08cc06a2bcebc54b0bd01ee83dc8a4e9fedfdc (patch)
tree8a87ea38d12a5e04540bc02dc07dfcb53c08831a /package/br2684ctl/Makefile
parentedb8f76fbc2dab051fac45c6d76b0f8f6b76ad22 (diff)
downloadupstream-7c08cc06a2bcebc54b0bd01ee83dc8a4e9fedfdc.tar.gz
upstream-7c08cc06a2bcebc54b0bd01ee83dc8a4e9fedfdc.tar.bz2
upstream-7c08cc06a2bcebc54b0bd01ee83dc8a4e9fedfdc.zip
add better default config for ar7, add br2684ctl init script, add a missing setting for pppoa
SVN-Revision: 7024
Diffstat (limited to 'package/br2684ctl/Makefile')
-rw-r--r--package/br2684ctl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/br2684ctl/Makefile b/package/br2684ctl/Makefile
index 7c75c9499e..223f6f7c5f 100644
--- a/package/br2684ctl/Makefile
+++ b/package/br2684ctl/Makefile
@@ -31,6 +31,8 @@ endef
MAKE_FLAGS += CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_LDFLAGS)"
define Package/$(PKG_NAME)/install
+ $(INSTALL_DIR) $(1)/etc/init.d
+ $(INSTALL_BIN) ./files/br2684ctl $(1)/etc/init.d/
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/
endef