diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-04 22:04:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-04 22:04:58 +0000 |
commit | 239ae7ecfa44dfd2194bb8472a244ecdfa8ccdaa (patch) | |
tree | e40d2002a6dacfd4dfee9f01cffa3caaa034c518 /openwrt/package/dropbear/Makefile | |
parent | 93897af0b71d9de85c49a402e86ed4eb5308bc89 (diff) | |
download | mtk-20170518-239ae7ecfa44dfd2194bb8472a244ecdfa8ccdaa.zip mtk-20170518-239ae7ecfa44dfd2194bb8472a244ecdfa8ccdaa.tar.gz mtk-20170518-239ae7ecfa44dfd2194bb8472a244ecdfa8ccdaa.tar.bz2 |
change configure options for dropbear
SVN-Revision: 561
Diffstat (limited to 'openwrt/package/dropbear/Makefile')
-rw-r--r-- | openwrt/package/dropbear/Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/openwrt/package/dropbear/Makefile b/openwrt/package/dropbear/Makefile index 72cc030..46b1dd7 100644 --- a/openwrt/package/dropbear/Makefile +++ b/openwrt/package/dropbear/Makefile @@ -45,6 +45,18 @@ $(DROPBEAR_DIR)/.configured: $(DROPBEAR_DIR)/.patched --infodir=/usr/info \ $(DISABLE_NLS) \ --with-shared \ + --disable-pam \ + --enable-openpty \ + --enable-syslog \ + --disable-shadow \ + --disable-lastlog \ + --disable-utmp \ + --disable-utmpx \ + --disable-wtmp \ + --disable-wtmpx \ + --disable-loginfunc \ + --disable-pututline \ + --disable-pututxline \ ); touch $(DROPBEAR_DIR)/.configured @@ -66,8 +78,7 @@ $(PACKAGE_DIR)/$(DROPBEAR_IPK): $(DROPBEAR_DIR)/$(DROPBEAR_BINARY) ln -sf ../sbin/dropbear $(DROPBEAR_IPK_DIR)/usr/bin/dropbearkey ln -sf ../sbin/dropbear $(DROPBEAR_IPK_DIR)/usr/bin/dropbearconvert mkdir -p $(DROPBEAR_IPK_DIR)/etc/init.d - cp ./files/S50dropbear $(DROPBEAR_IPK_DIR)/etc/init.d/ - chmod a+x $(DROPBEAR_IPK_DIR)/etc/init.d/S50dropbear + install -m 755 ./files/S50dropbear $(DROPBEAR_IPK_DIR)/etc/init.d/ $(IPKG_BUILD) $(DROPBEAR_IPK_DIR) $(PACKAGE_DIR) $(IPKG_STATE_DIR)/info/dropbear.list: $(PACKAGE_DIR)/$(DROPBEAR_IPK) |