diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-01 15:49:12 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-01 15:49:12 +0000 |
commit | 8ffd7e60267cc7ef56694a9f5ce4a07705f14f68 (patch) | |
tree | db5c42ef89634ff3e817a3df70dcfe78e95ffa3b | |
parent | cbb46461fee3098730c7d578244b153b3d7aad4e (diff) |
fix (cosmetic) Config.in glitches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3568 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/click/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/dropbear/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/gsm/Config.in | 2 | ||||
-rw-r--r-- | openwrt/package/miau/Config.in | 3 | ||||
-rw-r--r-- | openwrt/package/peercast/Config.in | 2 | ||||
-rw-r--r-- | openwrt/target/linux/Config.in | 6 |
6 files changed, 9 insertions, 8 deletions
diff --git a/openwrt/package/click/Config.in b/openwrt/package/click/Config.in index 31e18352cf..eca8d7006a 100644 --- a/openwrt/package/click/Config.in +++ b/openwrt/package/click/Config.in @@ -7,7 +7,7 @@ config BR2_PACKAGE_CLICK http://pdos.csail.mit.edu/click/ config BR2_PACKAGE_ROOFNET - prompt "roofnet........................... roofnet mesh networking scripts" + prompt "roofnet......................... roofnet mesh networking scripts" tristate depends BR2_PACKAGE_CLICK select BR2_PACKAGE_KMOD_MADWIFI diff --git a/openwrt/package/dropbear/Config.in b/openwrt/package/dropbear/Config.in index 5ed76a5506..efdc70b1a6 100644 --- a/openwrt/package/dropbear/Config.in +++ b/openwrt/package/dropbear/Config.in @@ -8,7 +8,7 @@ config BR2_PACKAGE_DROPBEAR http://matt.ucc.asn.au/dropbear/ config BR2_PACKAGE_DBCONVERT - prompt "dropbearconvert................... Utility for converting SSH keys" + prompt "dropbearconvert................. Utility for converting SSH keys" tristate default m if CONFIG_DEVEL depends BR2_PACKAGE_DROPBEAR diff --git a/openwrt/package/gsm/Config.in b/openwrt/package/gsm/Config.in index f6d6587edc..32ff68e79f 100644 --- a/openwrt/package/gsm/Config.in +++ b/openwrt/package/gsm/Config.in @@ -17,7 +17,7 @@ config BR2_PACKAGE_LIBGSM ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/ config BR2_PACKAGE_GSM_UTILS - prompt "gsm-utils......................... A GSM 06.10 full-rate speech transcoding implementation (utilities)" + prompt "gsm-utils....................... A GSM 06.10 full-rate speech transcoding implementation (utilities)" tristate default m if CONFIG_DEVEL depends BR2_PACKAGE_LIBGSM diff --git a/openwrt/package/miau/Config.in b/openwrt/package/miau/Config.in index cac4b8f526..e3df15afcf 100644 --- a/openwrt/package/miau/Config.in +++ b/openwrt/package/miau/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_MIAU - tristate "miau................................. Another IRC-bouncer/proxy" + prompt "miau.............................. Another IRC-bouncer/proxy" + tristate default m if CONFIG_DEVEL help In short, miau is an IRC-bouncer/proxy. diff --git a/openwrt/package/peercast/Config.in b/openwrt/package/peercast/Config.in index b26f977cdb..802b4d7ef1 100644 --- a/openwrt/package/peercast/Config.in +++ b/openwrt/package/peercast/Config.in @@ -1,5 +1,5 @@ config BR2_PACKAGE_PEERCAST - prompt "peercast........................... P2P audio and video streaming server" + prompt "peercast.......................... P2P audio and video streaming server" tristate default m if CONFIG_DEVEL select BR2_PACKAGE_LIBPTHREAD diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index 7a416753ad..c4336eeceb 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -692,7 +692,7 @@ config BR2_PACKAGE_KMOD_USB_SERIAL_PL2303 depends BR2_PACKAGE_KMOD_USB_SERIAL config BR2_PACKAGE_KMOD_USB_SERIAL_VISOR - prompt "kmod-usb-serial-visor.......... Support for Handspring Visor / Palm m50x / Sony Clie Driver" + prompt "kmod-usb-serial-visor........... Support for Handspring Visor / Palm m50x / Sony Clie Driver" tristate default m depends BR2_PACKAGE_KMOD_USB_SERIAL @@ -710,7 +710,7 @@ config BR2_PACKAGE_KMOD_USB_ATM depends BR2_PACKAGE_KMOD_USB_CONTROLLER config BR2_PACKAGE_KMOD_USB_ATM_SPEEDTOUCH - prompt "kmod-usb-atm-speedtouch........... Support for USB Speedtouch ADSL modem" + prompt "kmod-usb-atm-speedtouch......... Support for USB Speedtouch ADSL modem" tristate default m depends BR2_PACKAGE_KMOD_USB_ATM @@ -744,7 +744,7 @@ config BR2_PACKAGE_KMOD_LP Kernel modules for line printer and parallel port support config BR2_PACKAGE_KMOD_SOFTDOG - prompt "kmod-softdog..................... software watchdog" + prompt "kmod-softdog...................... Software watchdog" tristate default m help |