X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3f5c61219e3ea85f757cf1b8896a4ecd88507248..61e716197dac31dfba3dc7842b0a3b9abbeb93f5:/openwrt/package/Config.in diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index bd551922f..73e768ae3 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -8,8 +8,10 @@ source "package/dnsmasq/Config.in" source "package/iptables/Config.in" source "package/bridge/Config.in" +comment "Applications" +source "package/microperl/Config.in" + comment "Networking" -source "package/linksys-utils/Config.in" source "package/ppp/Config.in" source "package/dropbear/Config.in" source "package/ebtables/Config.in" @@ -20,9 +22,11 @@ source "package/pptpd/Config.in" comment "Libraries" source "package/zlib/Config.in" +source "package/libelf/Config.in" source "package/matrixssl/Config.in" source "package/lzo/Config.in" source "package/openssl/Config.in" +source "package/popt/Config.in" endmenu