diff --git a/openwrt/package/aiccu/Config.in b/openwrt/package/aiccu/Config.in
index 541aadc36f6ec5007cb85330a913ffb1b3d42930..fd7955d37573189aff8e48c28c8dd760d3484606 100644
--- a/openwrt/package/aiccu/Config.in
+++ b/openwrt/package/aiccu/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_AICCU
 	select BR2_PACKAGE_KMOD_IPV6
 	tristate "aiccu"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	 SixXS Automatic IPv6 Connectivity Client Utility
 
diff --git a/openwrt/package/arptables/Config.in b/openwrt/package/arptables/Config.in
index cde4d0541b3ac58e115166e37d73ebe43b8d5ca9..cd861cce7cc7088c1408fc74507ebeb913c4adfc 100644
--- a/openwrt/package/arptables/Config.in
+++ b/openwrt/package/arptables/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_ARPTABLES
 	tristate "ARP Firewalling"
-	default m
+	default m if CONFIG_DEVEL
 	help
 		ARP Firewalling (arptables)
 		http://ebtables.sourceforge.net/
diff --git a/openwrt/package/arpwatch/Config.in b/openwrt/package/arpwatch/Config.in
index b2ff795aa4b11aa826a0b33dd3b5e8e0f94ea98e..cd65f38489bf27ef76feebea3e4e71f4f4574920 100644
--- a/openwrt/package/arpwatch/Config.in
+++ b/openwrt/package/arpwatch/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_ARPWATCH
 	tristate "arpwatch"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  Ethernet monitor program for keeping track of ethernet/ip address pairings
 	  
diff --git a/openwrt/package/asterisk/Config.in b/openwrt/package/asterisk/Config.in
index 7cf258cc109f15b08555aa0d31192fa797473688..21a322cdb0d625683b07b96bd7c0c1f55bc6bd67 100644
--- a/openwrt/package/asterisk/Config.in
+++ b/openwrt/package/asterisk/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_ASTERISK
 	tristate "Asterisk"
-	default m
+	default m if CONFIG_DEVEL
 	help
  	  Asterisk is a complete PBX in software. It provides all of the features
 	  you would expect from a PBX and more. Asterisk does voice over IP in three
@@ -9,7 +9,7 @@ config BR2_PACKAGE_ASTERISK
 
 config BR2_PACKAGE_ASTERISK_SPEEX
 	tristate "Speex codec"
-	default m
+	default m if CONFIG_DEVEL
 	depends BR2_PACKAGE_ASTERISK
 	select BR2_PACKAGE_SPEEX
 	help
@@ -18,7 +18,7 @@ config BR2_PACKAGE_ASTERISK_SPEEX
 
 config BR2_PACKAGE_ASTERISK_MYSQL
 	tristate "MySQL plugins"
-	default m
+	default m if CONFIG_DEVEL
 	depends BR2_PACKAGE_ASTERISK
 	select BR2_PACKAGE_LIBMYSQLCLIENT
 	help
@@ -26,7 +26,7 @@ config BR2_PACKAGE_ASTERISK_MYSQL
 
 config BR2_PACKAGE_ASTERISK_PGSQL
 	tristate "PostgreSQL plugins"
-	default m
+	default m if CONFIG_DEVEL
 	depends BR2_PACKAGE_ASTERISK
 	select BR2_PACKAGE_LIBPQ
 	help
@@ -34,14 +34,14 @@ config BR2_PACKAGE_ASTERISK_PGSQL
 	  
 config BR2_PACKAGE_ASTERISK_VOICEMAIL
 	tristate "Voicemail support"
-	default m
+	default m if CONFIG_DEVEL
 	depends BR2_PACKAGE_ASTERISK
 	help
 	  Voicemail related plugins for Asterisk
 	  
 config BR2_PACKAGE_ASTERISK_SOUNDS
 	tristate "Sound files"
-	default m
+	default m if CONFIG_DEVEL
 	depends BR2_PACKAGE_ASTERISK
 	help
 	  Sound files for Asterisk
diff --git a/openwrt/package/bwm/Config.in b/openwrt/package/bwm/Config.in
index 3a04ffd9358213102a466605a5822656a0ce13a0..3a2a8bfee6abaf268fc796e86af231e3fd0899b0 100644
--- a/openwrt/package/bwm/Config.in
+++ b/openwrt/package/bwm/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_BWM
 	tristate "bwm"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  A very tiny bandwidth monitor.
diff --git a/openwrt/package/chillispot/Config.in b/openwrt/package/chillispot/Config.in
index 217ece8c114c0ab561603dc09521e979b7cc1b56..a8298fc3d0a2bf1cea5903b53206f56378d5ee8b 100644
--- a/openwrt/package/chillispot/Config.in
+++ b/openwrt/package/chillispot/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_CHILLISPOT
 	tristate "chillispot"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  ChilliSpot is an open source captive portal or wireless LAN
 	  access point controller. It is used for authenticating users
diff --git a/openwrt/package/cifsmount/Config.in b/openwrt/package/cifsmount/Config.in
index 35d91abc3a2429cffac9e3b43a62cea22cc291b8..751c24c84260fcc1385fd13e6a30f90b03ae7026 100644
--- a/openwrt/package/cifsmount/Config.in
+++ b/openwrt/package/cifsmount/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_CIFSMOUNT
 	tristate "mount.cifs"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  user space helper for mounting remote CIFS shares
diff --git a/openwrt/package/cups/Config.in b/openwrt/package/cups/Config.in
index 9adfb372dff7a85329297bba16978129cfcc35f2..41c34782487efbab4e67deba903c9c12b5114ae6 100644
--- a/openwrt/package/cups/Config.in
+++ b/openwrt/package/cups/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_CUPS
 	tristate "Common UNIX Printing System"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  A printer spooling system for devices with USB or LP support
diff --git a/openwrt/package/dhcp-forwarder/Config.in b/openwrt/package/dhcp-forwarder/Config.in
index 28992fbb0c78772dd13cd01c16ac562119b89754..8fa396d030b132cb2859a27ad1601363bb8acd0c 100644
--- a/openwrt/package/dhcp-forwarder/Config.in
+++ b/openwrt/package/dhcp-forwarder/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_DHCPFWD
 	tristate "dhcp-forwarder (a DHCP relay agent)"
-	default n
+	default m if CONFIG_DEVEL
 	help
 	  A DHCP relay agent
 	  
diff --git a/openwrt/package/ebtables/Config.in b/openwrt/package/ebtables/Config.in
index 2e6b8257ccb608fcd170f69c8e8cf1af95cb983c..d631c1bfd821c6351336aa166deaeb959d572452 100644
--- a/openwrt/package/ebtables/Config.in
+++ b/openwrt/package/ebtables/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_EBTABLES
 	tristate "Ethernet Bridge Firewalling"
-	default m
+	default m if CONFIG_DEVEL
 	help
 		Ethernet Bridge Firewalling (ebtables)
 		http://ebtables.sourceforge.net/
diff --git a/openwrt/package/ez-ipupdate/Config.in b/openwrt/package/ez-ipupdate/Config.in
index 97d6ade40a9644f5b4b18cbdc394d09e3ddb427b..87f5b9893090566011ccabcc6d9eb2b361f92899 100644
--- a/openwrt/package/ez-ipupdate/Config.in
+++ b/openwrt/package/ez-ipupdate/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_EZIPUPDATE
 	tristate "ez-ipupdate"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  A client for many Dynamic DNS services
diff --git a/openwrt/package/fping/Config.in b/openwrt/package/fping/Config.in
index 40e5e3ca3e6110b622df0586f88e2bd55496512e..da09f10353952f9fed07f4a27f73926608082dfc 100644
--- a/openwrt/package/fping/Config.in
+++ b/openwrt/package/fping/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_FPING
 	tristate "fping"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  fping is a ping(1) like program which uses the Internet Control Message Protocol
 	  (ICMP) echo request to determine if a host is up. fping is different from ping in
diff --git a/openwrt/package/fuse/Config.in b/openwrt/package/fuse/Config.in
index ab56c2c3ba8029c338de8348344e6967145d953f..ab22e28671bd1202db736714e13ee7a32ceaf35f 100644
--- a/openwrt/package/fuse/Config.in
+++ b/openwrt/package/fuse/Config.in
@@ -1,7 +1,13 @@
 config BR2_PACKAGE_FUSE
 	select BR2_PACKAGE_LIBPTHREAD
-	bool "fuse (Filesystem in USErspace)"
+	depends BR2_PACKAGE_KMOD_FUSE
+	bool
 	default n
+
+config BR2_PACKAGE_KMOD_FUSE
+	select BR2_PACKAGE_FUSE
+	tristate "kmod-fuse (FUSE kernel module)"
+	default m
 	help
 	  With FUSE it is possible to implement a fully functional 
 	  filesystem in a userspace program.
@@ -20,20 +26,50 @@ config BR2_PACKAGE_FUSE
 	  http://fuse.sourceforge.net/
 	  
 	  Depends: libpthread
-	  
-
-config BR2_PACKAGE_KMOD_FUSE
-	depends BR2_PACKAGE_FUSE
-	tristate "kmod-fuse (FUSE kernel module)"
-	default m
 
 config BR2_PACKAGE_LIBFUSE
-	depends BR2_PACKAGE_FUSE
+	depends BR2_PACKAGE_KMOD_FUSE
 	tristate "libfuse (FUSE library)"
 	default m
+	help
+	  With FUSE it is possible to implement a fully functional 
+	  filesystem in a userspace program.
+	  
+	  Features include:
+	  
+	   * Simple library API
+	   * Simple installation (no need to patch or recompile the kernel)
+	   * Secure implementation
+	   * Userspace - kernel interface is very efficient
+	   * Usable by non privileged users
+	   * Runs on Linux kernels 2.4.X and 2.6.X
+	   * Has proven very stable over time
+	  
+	  
+	  http://fuse.sourceforge.net/
+	  
+	  Depends: libpthread
 
 config BR2_PACKAGE_FUSE_UTILS
-	depends BR2_PACKAGE_FUSE
+	depends BR2_PACKAGE_LIBFUSE
 	tristate "fuse-utils (FUSE utilities)"
 	default m
+	help
+	  With FUSE it is possible to implement a fully functional 
+	  filesystem in a userspace program.
+	  
+	  Features include:
+	  
+	   * Simple library API
+	   * Simple installation (no need to patch or recompile the kernel)
+	   * Secure implementation
+	   * Userspace - kernel interface is very efficient
+	   * Usable by non privileged users
+	   * Runs on Linux kernels 2.4.X and 2.6.X
+	   * Has proven very stable over time
+	  
+	  
+	  http://fuse.sourceforge.net/
+	  
+	  Depends: libpthread
 
diff --git a/openwrt/package/glib/Config.in b/openwrt/package/glib/Config.in
index 679b200ee4a96af82f0e53fc0730a54ac6f8ae8c..6fa3c673e7a2b53830324e65a99480d76f903cce 100644
--- a/openwrt/package/glib/Config.in
+++ b/openwrt/package/glib/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_GLIB
 	select BR2_PACKAGE_LIBPTHREAD
 	tristate "glib 1.2"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  GLib is a library containing many useful C routines for things such
 	  as trees, hashes, and lists.
diff --git a/openwrt/package/gmp/Config.in b/openwrt/package/gmp/Config.in
index c70af8e3c7ac8f0c84e4c61842604f53a8cdd2ad..132697dffceddd9a43d56f63152f513a846992a2 100644
--- a/openwrt/package/gmp/Config.in
+++ b/openwrt/package/gmp/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_GMP
 	tristate "libgmp"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  libgmp
 	  
diff --git a/openwrt/package/haserl/Config.in b/openwrt/package/haserl/Config.in
index 86663d2bd8fee657e0a4dd972af5ef92d04ffdd4..12891b85670f6a1aeacedce97ec2be8b63dfd037 100644
--- a/openwrt/package/haserl/Config.in
+++ b/openwrt/package/haserl/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_HASERL
 	tristate "haserl"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  A CGI wrapper to embed shell scripts in HTML documents.
 	  
diff --git a/openwrt/package/iproute2/Config.in b/openwrt/package/iproute2/Config.in
index 8ffe739510de53ad94422f658a3fc0e26a7b7938..b123f5ca6bdd5beeea92b884f83467a4ef2f4494 100644
--- a/openwrt/package/iproute2/Config.in
+++ b/openwrt/package/iproute2/Config.in
@@ -5,12 +5,12 @@ config BR2_PACKAGE_IPROUTE2
 
 config BR2_PACKAGE_IPROUTE2_IP
 	tristate "iproute2 routing control (ip)"
-	default m
+	default m if CONFIG_DEVEL
 	select BR2_PACKAGE_IPROUTE2
 
 config BR2_PACKAGE_IPROUTE2_TC
 	tristate "iproute2 traffic control (tc)"
-	default m
+	default m if CONFIG_DEVEL
 	select BR2_PACKAGE_IPROUTE2
 	select BR2_PACKAGE_KMOD_SCHED
 
diff --git a/openwrt/package/iptables/Config.in b/openwrt/package/iptables/Config.in
index 5e1cd60c035a2b2edaada56e534d22a62486233f..0ee2541e9a455a58ca5ef3c584693330b04d21ae 100644
--- a/openwrt/package/iptables/Config.in
+++ b/openwrt/package/iptables/Config.in
@@ -8,21 +8,21 @@ config BR2_PACKAGE_IPTABLES
 
 config BR2_PACKAGE_IPTABLES_UTILS
 	tristate "save and restore"
-	default m
+	default m if CONFIG_DEVEL
 	depends BR2_PACKAGE_IPTABLES
 	help
 	  iptables-save and iptables-restore
 
 config BR2_PACKAGE_IPTABLES_EXTRA
 	tristate "extra modules"
-	default m
+	default m if CONFIG_DEVEL
 	depends BR2_PACKAGE_IPTABLES
 	help
 	  Extra modules for iptables (kernel and user space)
 
 config BR2_PACKAGE_IP6TABLES
 	tristate "ip6tables"
-	default m
+	default m if CONFIG_DEVEL
 	depends BR2_PACKAGE_IPTABLES
 	select BR2_PACKAGE_KMOD_IPV6
 	help
diff --git a/openwrt/package/lcd4linux/Config.in b/openwrt/package/lcd4linux/Config.in
index 797e4947f7bafc0a5b72d66cecdb7c6928338077..b7701010706d7b895bc4e21072256d0285920782 100644
--- a/openwrt/package/lcd4linux/Config.in
+++ b/openwrt/package/lcd4linux/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_LCD4LINUX
 	tristate "lcd4linux"
 	select BR2_PACKAGE_NCURSES
-	default m
+	default m if CONFIG_DEVEL
 	help
 		LCD4Linux
 		https://ssl.bulix.org/projects/lcd4linux/wiki/Howto
diff --git a/openwrt/package/libelf/Config.in b/openwrt/package/libelf/Config.in
index 8115491bec7a6577631e5bf495b9d2f51482a3c8..6013c37da2c4df3146fd3f78efee18e780594df4 100644
--- a/openwrt/package/libelf/Config.in
+++ b/openwrt/package/libelf/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LIBELF
 	tristate "libelf"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  This is the public release of libelf-0.8.5, a free ELF object
 	  file access library.
diff --git a/openwrt/package/libgcc/Config.in b/openwrt/package/libgcc/Config.in
index 727cf1081d78026456355266984723220b57553a..074b8a3117a81d0859f169fbb1dc337eaa5a59be 100644
--- a/openwrt/package/libgcc/Config.in
+++ b/openwrt/package/libgcc/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LIBGCC
 	tristate "libgcc (GCC support library)"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  Shared version of the support library, a library of 
 	  internal subroutines that GCC uses to overcome 
diff --git a/openwrt/package/libnet/Config.in b/openwrt/package/libnet/Config.in
index 8f8b75957d311044bc1e560585593b9ed742069e..433e9fbc761c576478fd55aad493e5b6992b5529 100644
--- a/openwrt/package/libnet/Config.in
+++ b/openwrt/package/libnet/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_LIBNET
 	select BR2_PACKAGE_LIBPCAP
 	tristate "libnet"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  A low-level packet creation library.
 	  
diff --git a/openwrt/package/libpcap/Config.in b/openwrt/package/libpcap/Config.in
index 0c115212eb9d85a836ba07f864fa691146794984..4f97c3ecd8baeadb92938e225a7b1483eec04d01 100644
--- a/openwrt/package/libpcap/Config.in
+++ b/openwrt/package/libpcap/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LIBPCAP
 	tristate "libpcap (a low-level packet capture library)"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  A system-independent library for user-level network packet capture.
 
diff --git a/openwrt/package/libpthread/Config.in b/openwrt/package/libpthread/Config.in
index 87d1a5d03084f6cd4884f469ce123caff0548f79..0a0eef212770844b84a0fbec7a1365601e2ad0ce 100644
--- a/openwrt/package/libpthread/Config.in
+++ b/openwrt/package/libpthread/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LIBPTHREAD
 	tristate "libpthread (POSIX threads library)"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  POSIX threads library
 	  
diff --git a/openwrt/package/lzo/Config.in b/openwrt/package/lzo/Config.in
index f8c043a3394a78076420d0731f1ee118067584a2..d7294558c881bc00980d2debb709c7d22d2754a0 100644
--- a/openwrt/package/lzo/Config.in
+++ b/openwrt/package/lzo/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LZO
 	tristate "lzo"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  A library implementing transparent compression/decompression
 	 
diff --git a/openwrt/package/matrixssl/Config.in b/openwrt/package/matrixssl/Config.in
index 85158bfda47831a9bc78b6c7dd56f23f82d56048..b8faecd4128d92021712f41370672a446a21b3cc 100644
--- a/openwrt/package/matrixssl/Config.in
+++ b/openwrt/package/matrixssl/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_MATRIXSSL
 	select BR2_PACKAGE_LIBPTHREAD
 	tristate "matrixssl"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  an embedded SSL implementation
 	  
diff --git a/openwrt/package/microperl/Config.in b/openwrt/package/microperl/Config.in
index a813e1f58fa6e10847af28d32f19ba674f443c0b..322cbb9ec7525a9c6244934d4c9c36d045a8a013 100644
--- a/openwrt/package/microperl/Config.in
+++ b/openwrt/package/microperl/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_MICROPERL
 	tristate "microperl"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  Perl without operating-specific functions such as readdir.
diff --git a/openwrt/package/mysql/Config.in b/openwrt/package/mysql/Config.in
index fb9357427d0bb2ecfd24cc637d3e2581be92ee9c..6da055acf4e59847cbfa2b5f9b9de227f49b346d 100644
--- a/openwrt/package/mysql/Config.in
+++ b/openwrt/package/mysql/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LIBMYSQLCLIENT
 	tristate "libmysqlclient (MySQL client library)"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  MySQL client library.
 	  
diff --git a/openwrt/package/ncurses/Config.in b/openwrt/package/ncurses/Config.in
index 9d6770cc7a34a1511aa11f9608740c6a665c1a93..09b4adcde4996a1359b2c2adad6ef7289696df1c 100644
--- a/openwrt/package/ncurses/Config.in
+++ b/openwrt/package/ncurses/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_NCURSES
 	tristate "ncurses"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  A terminal handling library
 	  
diff --git a/openwrt/package/nfs-server/Config.in b/openwrt/package/nfs-server/Config.in
index d052541a053b648e088ad687ed01e6c0f6840636..9ace94cb1a8cad868b2051155ffe1d983a9228ab 100644
--- a/openwrt/package/nfs-server/Config.in
+++ b/openwrt/package/nfs-server/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_NFSD
 	tristate "NFS Server"
-	default m
+	default m if CONFIG_DEVEL
 	select BR2_PACKAGE_PORTMAP
 	help
 	  User Space NFS Server
diff --git a/openwrt/package/nocatsplash/Config.in b/openwrt/package/nocatsplash/Config.in
index 87954826d2c0b5afc4d2ea1af9e540ced5f7007b..4f7a6d8e60312d030609d44d4fc5b9cbc787376b 100644
--- a/openwrt/package/nocatsplash/Config.in
+++ b/openwrt/package/nocatsplash/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_NOCATSPLASH
 	tristate "NoCatSplash"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	 NoCatSplash is an Open Public Network Gateway Daemon.
 	 It performs as a [captive/open/active] portal. When run on a gateway/router
diff --git a/openwrt/package/ntpclient/Config.in b/openwrt/package/ntpclient/Config.in
index faeab4bc7909427aa470e089f75db5cd2087c1d5..772c38df7ac4b7fa289613dd46d8754a67b4e9f4 100644
--- a/openwrt/package/ntpclient/Config.in
+++ b/openwrt/package/ntpclient/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_NTPCLIENT
 	tristate "ntpclient"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  NTP client for setting system time from NTP servers.
diff --git a/openwrt/package/openntpd/Config.in b/openwrt/package/openntpd/Config.in
index 06324d320d8aca76312cabcb46be462ff18f07e3..d61b56fb3522e303a9ac7c4d9c5803b385e831d2 100644
--- a/openwrt/package/openntpd/Config.in
+++ b/openwrt/package/openntpd/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_OPENNTPD
 	tristate "Openntpd"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	NTP server
 	http://www.openntpd.org
diff --git a/openwrt/package/openssl/Config.in b/openwrt/package/openssl/Config.in
index 8430cff940568ffba92f9028594e567a37d03ebe..2c9f84c482e32c61f593b435f9366f7180365f33 100644
--- a/openwrt/package/openssl/Config.in
+++ b/openwrt/package/openssl/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_OPENSSL
 	tristate "openssl"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  A library implementing the SSL and TLS protocols 
 	  
diff --git a/openwrt/package/openswan/Config.in b/openwrt/package/openswan/Config.in
index 56c4c4a619b155794acf04a04e62d0553b4b4da6..2c2904b51651f365e9969c877f0f36df5b2fb94d 100644
--- a/openwrt/package/openswan/Config.in
+++ b/openwrt/package/openswan/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_OPENSWAN
 	tristate "Openswan"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  Openswan is an implementation of IPsec for Linux.
diff --git a/openwrt/package/openvpn/Config.in b/openwrt/package/openvpn/Config.in
index 0c18f6401d066ff95e84283082baf07dc640609f..460588178afec39bc4afab2552a34107ec1e743f 100644
--- a/openwrt/package/openvpn/Config.in
+++ b/openwrt/package/openvpn/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_OPENVPN
 	tristate "OpenVPN"
-	default m
+	default m if CONFIG_DEVEL
 	select BR2_PACKAGE_KMOD_TUN
 	select BR2_PACKAGE_LIBPTHREAD
 	select BR2_PACKAGE_OPENSSL
diff --git a/openwrt/package/pcre/Config.in b/openwrt/package/pcre/Config.in
index 370fc763f37b337adae3061799f681f5cc2d4f97..822701bd44f5c3d5a41c7f3f51ed3dee3bf2631f 100644
--- a/openwrt/package/pcre/Config.in
+++ b/openwrt/package/pcre/Config.in
@@ -1,7 +1,6 @@
 config BR2_PACKAGE_PCRE
-	prompt "pcre"
-	tristate
-	default m
+	tristate "pcre"
+	default m if CONFIG_DEVEL
 	help
 	  A Perl Compatible Regular Expression library
 	  
diff --git a/openwrt/package/popt/Config.in b/openwrt/package/popt/Config.in
index 9f61204d5c6565b853e2b3213ca18e9d7848fc53..8834eb7c37755e436d0abbc801448a917510b6e7 100644
--- a/openwrt/package/popt/Config.in
+++ b/openwrt/package/popt/Config.in
@@ -1,14 +1,9 @@
 config BR2_PACKAGE_POPT
-	prompt "popt"
-	tristate 
-	default m
+	tristate "popt (a command line option parsing library)"
+	default m if CONFIG_DEVEL
 	help
 	  A command line option parsing library
 	  
 	  ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/
 	  
 
-config BR2_PACKAGE_LIBPOPT
-	tristate
-	default BR2_PACKAGE_POPT
-
diff --git a/openwrt/package/portmap/Config.in b/openwrt/package/portmap/Config.in
index 3427e082c3b76916f3ee3e3575101eb173081ea4..41cd484809adcb5a6cfd4a7f8b38ac80cc91bb60 100644
--- a/openwrt/package/portmap/Config.in
+++ b/openwrt/package/portmap/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_PORTMAP
 	tristate "RPC Portmapper"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  The RPC Portmapper (used by the NFS Server)
diff --git a/openwrt/package/postgresql/Config.in b/openwrt/package/postgresql/Config.in
index 9fc9e2a1f71410fec82cdd2dd68df11b97f1c6fe..6ff19531090b85727f8590a33ebf7a08bd54ea18 100644
--- a/openwrt/package/postgresql/Config.in
+++ b/openwrt/package/postgresql/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LIBPQ
 	tristate "libpq (PostgreSQL client library)"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  PostgreSQL client library.
 	  
diff --git a/openwrt/package/pptp/Config.in b/openwrt/package/pptp/Config.in
index 40c1ded3d02c221eb61a780412a18b70f900ccc2..8ffeff264f65ef0bb60e6afff90d723fcc2becf3 100644
--- a/openwrt/package/pptp/Config.in
+++ b/openwrt/package/pptp/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_PPTP
 	tristate "PPTP Client"
-	default m
+	default m if CONFIG_DEVEL
 	select BR2_PACKAGE_KMOD_GRE
 	select BR2_PACKAGE_PPP
 	help
diff --git a/openwrt/package/pptpd/Config.in b/openwrt/package/pptpd/Config.in
index e713b18b02275d255e25d4bc7cb64cb6761a201b..69150291642579945a6b8b2dff223ee30896815d 100644
--- a/openwrt/package/pptpd/Config.in
+++ b/openwrt/package/pptpd/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_PPTPD
 	tristate "PPTP Server"
-	default m
+	default m if CONFIG_DEVEL
 	select BR2_PACKAGE_KMOD_GRE
 	select BR2_PACKAGE_PPP
 	help
diff --git a/openwrt/package/quagga/Config.in b/openwrt/package/quagga/Config.in
index 073d9161200f97a8a6cf5eaac77e2c38a385660f..af3fc16ef0ef23b6ac0cfb8888c3c90636d11476 100644
--- a/openwrt/package/quagga/Config.in
+++ b/openwrt/package/quagga/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_QUAGGA
 	tristate "Quagga"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	routing software package that provides TCP/IP based routing services
         with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2, 
@@ -10,28 +10,28 @@ config BR2_PACKAGE_QUAGGA
 
 config BR2_PACKAGE_QUAGGA_ZEBRA
 	tristate "zebra daemon"
-	default m
+	default m if CONFIG_DEVEL
 	depends BR2_PACKAGE_QUAGGA
 	help
 	 zebra daemon
 
 config BR2_PACKAGE_QUAGGA_RIPD
 	tristate "ripd daemon"
-	default m
+	default m if CONFIG_DEVEL
 	depends BR2_PACKAGE_QUAGGA
 	help
 	 ripd daemon
 
 config BR2_PACKAGE_QUAGGA_BGPD
 	tristate "bgpd daemon"
-	default m
+	default m if CONFIG_DEVEL
 	depends BR2_PACKAGE_QUAGGA
 	help
 	 bgpd daemon
 
 config BR2_PACKAGE_QUAGGA_OSPFD
 	tristate "ospfd daemon"
-	default m
+	default m if CONFIG_DEVEL
 	depends BR2_PACKAGE_QUAGGA
 	help
 	 ospfd daemon
diff --git a/openwrt/package/radvd/Config.in b/openwrt/package/radvd/Config.in
index adecf1badb3d8b908ed66722e148163324e30b85..132690fa427885a3c7385ed3b98aeea608c561eb 100644
--- a/openwrt/package/radvd/Config.in
+++ b/openwrt/package/radvd/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_RADVD
 	select BR2_PACKAGE_KMOD_IPV6
 	tristate "radvd"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  Routing Advertisement Daemon for IPv6
diff --git a/openwrt/package/sdk/Config.in b/openwrt/package/sdk/Config.in
index b5c8d92b3e1e9ffc896e40cb8f8031036722ffc3..06eed79faa2c429a74fa2462682946ed264a3038 100644
--- a/openwrt/package/sdk/Config.in
+++ b/openwrt/package/sdk/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_SDK
 	bool "OpenWrt SDK"
-	default n
+	default y if CONFIG_DEVEL
 	help
 	  Build an OpenWrt SDK.
 	  This is essentially a stripped-down version of the buildroot
diff --git a/openwrt/package/ser/Config.in b/openwrt/package/ser/Config.in
index 371cbcc58d7a7c76618ce212c255b4b60aa420a7..ede98e5f35fce2616722219f3be190df8a00c28b 100644
--- a/openwrt/package/ser/Config.in
+++ b/openwrt/package/ser/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_SER
 	tristate "SIP Express Router"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	 SIP Express Router (ser) is a high-performance,
 	 configurable, free SIP server.
diff --git a/openwrt/package/setserial/Config.in b/openwrt/package/setserial/Config.in
index 477896769e239e3ea5444c7e8305ebc518ac3117..8d87e0aa262357b86d7f473ae7fa08e413f6b681 100644
--- a/openwrt/package/setserial/Config.in
+++ b/openwrt/package/setserial/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_SETSERIAL
 	tristate "setserial"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  setserial  is a program designed to set and/or report the
 	  configuration information associated with a serial port.  This
diff --git a/openwrt/package/shfs/Config.in b/openwrt/package/shfs/Config.in
index a6b50935cc7d5afb94afef7e2c081c3ecded9fa3..14b1fa37134a4e5fdfc5d41907b7a524649a0841 100644
--- a/openwrt/package/shfs/Config.in
+++ b/openwrt/package/shfs/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_SHFS
 	tristate "shfs (SHell FileSystem kernel module and utilities)"
-	default n
+	default m if CONFIG_DEVEL
 	help
 	  ShFS is a simple and easy to use Linux kernel module which 
 	  allows you to mount remote filesystems using a plain shell 
diff --git a/openwrt/package/speex/Config.in b/openwrt/package/speex/Config.in
index 6891a443de27c634c907b9536378eea0fbe17092..930169a7faa372cd7ab42f82f3da5ac9e7c36890 100644
--- a/openwrt/package/speex/Config.in
+++ b/openwrt/package/speex/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_SPEEX
 	tristate "speex"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  An open source patent-free speech compression codec
diff --git a/openwrt/package/strace/Config.in b/openwrt/package/strace/Config.in
index 9e83e685e104b7ba7b5d2e9296031e498aae086c..0fb8aa52f62ddd0fa0b67905f242511d800d91e7 100644
--- a/openwrt/package/strace/Config.in
+++ b/openwrt/package/strace/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_STRACE
 	tristate "strace"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  A useful diagnostic, instructional, and debugging tool.
 	  Allows you to track what system calls a program makes 
diff --git a/openwrt/package/tcpdump/Config.in b/openwrt/package/tcpdump/Config.in
index 798101af6735d3d974daa20b55fdf3822fdeaa95..9648e890ca0731a575a392aefcb261944bced309 100644
--- a/openwrt/package/tcpdump/Config.in
+++ b/openwrt/package/tcpdump/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_TCPDUMP
 	select BR2_PACKAGE_LIBPCAP
 	tristate "tcpdump"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  A tool for network monitoring and data acquisition.
 
diff --git a/openwrt/package/wol/Config.in b/openwrt/package/wol/Config.in
index c9e0383883ce9f64331b12a5996d29aadd3696b8..036eee3053168eaae6d5f550bfefc3a794e09700 100644
--- a/openwrt/package/wol/Config.in
+++ b/openwrt/package/wol/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_WOL
 	tristate "Wake On LAN client"
-	default m
+	default m if CONFIG_DEVEL
 	help
 	  wol implements Wake On LAN functionality in a small program. It wakes up hardware that is Magic Packet compliant.
diff --git a/openwrt/package/zlib/Config.in b/openwrt/package/zlib/Config.in
index 89cb1eb92a5408edc7ff1bd9c2cd3c7b7b454188..00c912a88a14adc57c78e22deb0873d73764017b 100644
--- a/openwrt/package/zlib/Config.in
+++ b/openwrt/package/zlib/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_ZLIB
 	tristate "zlib"
-	default y
+	default m if CONFIG_DEVEL
 	help
 	  A library implementing the 'deflate' compression method