mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 16:24:43 +02:00
handle builddependencies via Config.in, suggested by nbd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@280 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
82138f740a
commit
95ca848ce1
@ -11,6 +11,9 @@ source "package/dnsmasq/Config.in"
|
|||||||
source "package/iptables/Config.in"
|
source "package/iptables/Config.in"
|
||||||
source "package/bridge/Config.in"
|
source "package/bridge/Config.in"
|
||||||
|
|
||||||
|
comment "libraries"
|
||||||
|
source "package/zlib/Config.in"
|
||||||
|
|
||||||
comment "Suggested Extras"
|
comment "Suggested Extras"
|
||||||
source "package/ebtables/Config.in"
|
source "package/ebtables/Config.in"
|
||||||
source "package/dropbear_sshd/Config.in"
|
source "package/dropbear_sshd/Config.in"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_DROPBEAR_SSHD
|
config BR2_PACKAGE_DROPBEAR_SSHD
|
||||||
bool "dropbear_sshd"
|
bool "dropbear_sshd"
|
||||||
|
select BR2_PACKAGE_ZLIB
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
A small SSH 2 server designed for small memory environments.
|
A small SSH 2 server designed for small memory environments.
|
||||||
|
@ -67,7 +67,7 @@ $(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY): $(DROPBEAR_SSHD_DIR)/$(DROPBEAR_SS
|
|||||||
cp $(DROPBEAR_SSHD_DIR)/S50dropbear $(TARGET_DIR)/etc/init.d/
|
cp $(DROPBEAR_SSHD_DIR)/S50dropbear $(TARGET_DIR)/etc/init.d/
|
||||||
chmod a+x $(TARGET_DIR)/etc/init.d/S50dropbear
|
chmod a+x $(TARGET_DIR)/etc/init.d/S50dropbear
|
||||||
|
|
||||||
dropbear_sshd: uclibc zlib $(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY)
|
dropbear_sshd: uclibc $(TARGET_DIR)/$(DROPBEAR_SSHD_TARGET_BINARY)
|
||||||
|
|
||||||
dropbear_sshd-clean:
|
dropbear_sshd-clean:
|
||||||
$(MAKE) DESTDIR=$(TARGET_DIR) $(TARGET_CONFIGURE_OPTS) \
|
$(MAKE) DESTDIR=$(TARGET_DIR) $(TARGET_CONFIGURE_OPTS) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user