X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/53571b35bf70fe66bccbd5212a7f1009b153a57f..86255be4cdc9c2a33d53d8688bd760e196b63a10:/openwrt/package/Config.in diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 89eef84bd..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,6 +70,7 @@ 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" @@ -99,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" @@ -151,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"