X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/fe5e3e7527cfae05395069bc7e22d2a6e54517d6..775919c0574f7d17f0bd69de0b40333883395c3d:/openwrt/package/Config.in diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 3c0621541..bd80720fd 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -27,6 +27,7 @@ source "package/screen/Config.in" comment "Networking" source "package/aiccu/Config.in" +source "package/amwall/Config.in" source "package/arptables/Config.in" source "package/arpwatch/Config.in" source "package/asterisk/Config.in" @@ -69,7 +70,9 @@ source "package/openswan/Config.in" source "package/openvpn/Config.in" source "package/pmacct/Config.in" source "package/portmap/Config.in" +source "package/portsentry/Config.in" source "package/ppp/Config.in" +source "package/rp-pppoe/Config.in" source "package/pptp/Config.in" source "package/pptpd/Config.in" source "package/quagga/Config.in" @@ -98,6 +101,7 @@ source "package/wificonf/Config.in" comment "Libraries" source "package/glib/Config.in" +source "package/libamsel/Config.in" source "package/libdb/Config.in" source "package/libelf/Config.in" source "package/libevent/Config.in" @@ -150,6 +154,10 @@ comment "Kernel related ---" source "package/fuse/Config.in" # kmod-fuse source "package/shfs/Config.in" # kmod-shfs +comment "Bluetooth related" +source "package/bluez-libs/Config.in" +source "package/bluez-utils/Config.in" + comment "Extra stuff" source "package/sdk/Config.in"