aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-01-14 21:41:12 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-01-14 21:41:12 +0000
commit147a3ca1a40df4a97e9a12f18eadb537bea73b9a (patch)
tree4fb29a99094ae0281ae1364ab0e7d338666e031e
parentfc4a0fd82eb89ad07cffcd0f4a764eb3c7db66c2 (diff)
downloadbusybox-w32-147a3ca1a40df4a97e9a12f18eadb537bea73b9a.tar.gz
busybox-w32-147a3ca1a40df4a97e9a12f18eadb537bea73b9a.tar.bz2
busybox-w32-147a3ca1a40df4a97e9a12f18eadb537bea73b9a.zip
Patch for the debian-cvs package, ip* applets in /bin, patch from Bastian Blank
-rw-r--r--debian/changelog6
-rw-r--r--debian/config-deb2
-rw-r--r--debian/config-static4
-rw-r--r--debian/config-udeb2
-rwxr-xr-xdebian/rules2
-rw-r--r--include/applets.h10
6 files changed, 20 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 5f7fb692c..3c871609a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1busybox-cvs (0.60.99.cvs20030114-1) unstable; urgency=low
2
3 * new cvs version
4
5 -- Bastian Blank <waldi@debian.org> Tue, 14 Jan 2003 17:06:43 +0000
6
1busybox-cvs (0.60.99.cvs20030105-1) unstable; urgency=low 7busybox-cvs (0.60.99.cvs20030105-1) unstable; urgency=low
2 8
3 * Fix ip command build failure on ia64 (Closes: #172580 9 * Fix ip command build failure on ia64 (Closes: #172580
diff --git a/debian/config-deb b/debian/config-deb
index f44784464..00c0db6be 100644
--- a/debian/config-deb
+++ b/debian/config-deb
@@ -191,9 +191,11 @@ CONFIG_REBOOT=y
191# Networking Utilities 191# Networking Utilities
192# 192#
193# CONFIG_FEATURE_IPV6 is not set 193# CONFIG_FEATURE_IPV6 is not set
194# CONFIG_ARPING is not set
194# CONFIG_FTPGET is not set 195# CONFIG_FTPGET is not set
195# CONFIG_FTPPUT is not set 196# CONFIG_FTPPUT is not set
196CONFIG_HOSTNAME=y 197CONFIG_HOSTNAME=y
198# CONFIG_HTTPD is not set
197CONFIG_IFCONFIG=y 199CONFIG_IFCONFIG=y
198CONFIG_FEATURE_IFCONFIG_STATUS=y 200CONFIG_FEATURE_IFCONFIG_STATUS=y
199# CONFIG_FEATURE_IFCONFIG_SLIP is not set 201# CONFIG_FEATURE_IFCONFIG_SLIP is not set
diff --git a/debian/config-static b/debian/config-static
index 5e1867918..45238704c 100644
--- a/debian/config-static
+++ b/debian/config-static
@@ -208,9 +208,12 @@ CONFIG_WATCHDOG=y
208# Networking Utilities 208# Networking Utilities
209# 209#
210CONFIG_FEATURE_IPV6=y 210CONFIG_FEATURE_IPV6=y
211CONFIG_ARPING=y
211CONFIG_FTPGET=y 212CONFIG_FTPGET=y
212CONFIG_FTPPUT=y 213CONFIG_FTPPUT=y
213CONFIG_HOSTNAME=y 214CONFIG_HOSTNAME=y
215CONFIG_HTTPD=y
216CONFIG_FEATURE_HTTPD_BASIC_AUTH=y
214CONFIG_IFCONFIG=y 217CONFIG_IFCONFIG=y
215CONFIG_FEATURE_IFCONFIG_STATUS=y 218CONFIG_FEATURE_IFCONFIG_STATUS=y
216CONFIG_FEATURE_IFCONFIG_SLIP=y 219CONFIG_FEATURE_IFCONFIG_SLIP=y
@@ -218,6 +221,7 @@ CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ=y
218CONFIG_FEATURE_IFCONFIG_HW=y 221CONFIG_FEATURE_IFCONFIG_HW=y
219CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS=y 222CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS=y
220CONFIG_IFUPDOWN=y 223CONFIG_IFUPDOWN=y
224# CONFIG_FEATURE_IFUPDOWN_IP is not set
221CONFIG_FEATURE_IFUPDOWN_IPV4=y 225CONFIG_FEATURE_IFUPDOWN_IPV4=y
222CONFIG_FEATURE_IFUPDOWN_IPV6=y 226CONFIG_FEATURE_IFUPDOWN_IPV6=y
223CONFIG_FEATURE_IFUPDOWN_IPX=y 227CONFIG_FEATURE_IFUPDOWN_IPX=y
diff --git a/debian/config-udeb b/debian/config-udeb
index ccf57207e..d9ed0e143 100644
--- a/debian/config-udeb
+++ b/debian/config-udeb
@@ -191,9 +191,11 @@ CONFIG_REBOOT=y
191# Networking Utilities 191# Networking Utilities
192# 192#
193# CONFIG_FEATURE_IPV6 is not set 193# CONFIG_FEATURE_IPV6 is not set
194# CONFIG_ARPING is not set
194# CONFIG_FTPGET is not set 195# CONFIG_FTPGET is not set
195# CONFIG_FTPPUT is not set 196# CONFIG_FTPPUT is not set
196# CONFIG_HOSTNAME is not set 197# CONFIG_HOSTNAME is not set
198# CONFIG_HTTPD is not set
197# CONFIG_IFCONFIG is not set 199# CONFIG_IFCONFIG is not set
198# CONFIG_IFUPDOWN is not set 200# CONFIG_IFUPDOWN is not set
199CONFIG_IP=y 201CONFIG_IP=y
diff --git a/debian/rules b/debian/rules
index 74073e44c..a1fe24543 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ clean:
46 rm -f build-arch-stamp build-indep-stamp debian/files~ 46 rm -f build-arch-stamp build-indep-stamp debian/files~
47 47
48 $(MAKE) distclean 48 $(MAKE) distclean
49 -rm -f busybox-deb busybox-static .config busybox.1 49 -rm -f busybox-deb busybox-static busybox.1
50 50
51 dh_clean 51 dh_clean
52 52
diff --git a/include/applets.h b/include/applets.h
index 9e95b2e9d..0d8f0b4cb 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -267,22 +267,22 @@
267 APPLET(insmod, insmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 267 APPLET(insmod, insmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
268#endif 268#endif
269#ifdef CONFIG_IP 269#ifdef CONFIG_IP
270 APPLET(ip, ip_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 270 APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER)
271#endif 271#endif
272#ifdef CONFIG_IPCALC 272#ifdef CONFIG_IPCALC
273 APPLET(ipcalc, ipcalc_main, _BB_DIR_BIN, _BB_SUID_NEVER) 273 APPLET(ipcalc, ipcalc_main, _BB_DIR_BIN, _BB_SUID_NEVER)
274#endif 274#endif
275#ifdef CONFIG_IPADDRESS 275#ifdef CONFIG_IPADDRESS
276 APPLET(ipaddr, ipaddr_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 276 APPLET(ipaddr, ipaddr_main, _BB_DIR_BIN, _BB_SUID_NEVER)
277#endif 277#endif
278#ifdef CONFIG_IPLINK 278#ifdef CONFIG_IPLINK
279 APPLET(iplink, iplink_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 279 APPLET(iplink, iplink_main, _BB_DIR_BIN, _BB_SUID_NEVER)
280#endif 280#endif
281#ifdef CONFIG_IPROUTE 281#ifdef CONFIG_IPROUTE
282 APPLET(iproute, iproute_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 282 APPLET(iproute, iproute_main, _BB_DIR_BIN, _BB_SUID_NEVER)
283#endif 283#endif
284#ifdef CONFIG_IPTUNNEL 284#ifdef CONFIG_IPTUNNEL
285 APPLET(iptunnel, iptunnel_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 285 APPLET(iptunnel, iptunnel_main, _BB_DIR_BIN, _BB_SUID_NEVER)
286#endif 286#endif
287#ifdef CONFIG_KILL 287#ifdef CONFIG_KILL
288 APPLET(kill, kill_main, _BB_DIR_BIN, _BB_SUID_NEVER) 288 APPLET(kill, kill_main, _BB_DIR_BIN, _BB_SUID_NEVER)