diff -crBN FONbasic-0.6.7/package/base-files/default/etc/banner FONbasic-0.6.8/package/base-files/default/etc/banner *** FONbasic-0.6.7/package/base-files/default/etc/banner 2011-01-26 23:02:13.000000000 +0100 --- FONbasic-0.6.8/package/base-files/default/etc/banner 2011-03-19 20:11:15.000000000 +0100 *************** *** 4,10 **** | | |_______||__| |__| |___| ! FON Firmware (Beta 0.6.7) ------------------------- * * Based on OpenWrt - http://openwrt.org * Powered by FON - http://www.fon.com --- 4,10 ---- | | |_______||__| |__| |___| ! FON Firmware (Beta 0.6.8) ------------------------- * * Based on OpenWrt - http://openwrt.org * Powered by FON - http://www.fon.com diff -crBN FONbasic-0.6.7/package/chillispot/patches/301-rgc.patch FONbasic-0.6.8/package/chillispot/patches/301-rgc.patch *** FONbasic-0.6.7/package/chillispot/patches/301-rgc.patch 1970-01-01 01:00:00.000000000 +0100 --- FONbasic-0.6.8/package/chillispot/patches/301-rgc.patch 2011-03-19 21:18:03.000000000 +0100 *************** *** 0 **** --- 1,26 ---- + diff -crB chillispot-1.0/src/cmdline.c chillispot-1.0_rgc/src/cmdline.c + *** chillispot-1.0/src/cmdline.c 2011-03-19 21:12:07.000000000 +0100 + --- chillispot-1.0_rgc/src/cmdline.c 2011-03-19 21:16:59.000000000 +0100 + *************** + *** 1277,1282 **** + --- 1277,1283 ---- + { "nasmac", 1, NULL, 0 }, + { "nasip", 1, NULL, 0 }, + { "ssid", 1, NULL, 0 }, + + { "newdomain", 1, NULL, 0 }, + { NULL, 0, NULL, 0 } + }; + + diff -crB chillispot-1.0/src/cmdline.ggo chillispot-1.0_rgc/src/cmdline.ggo + *** chillispot-1.0/src/cmdline.ggo 2011-03-19 21:12:07.000000000 +0100 + --- chillispot-1.0_rgc/src/cmdline.ggo 2011-03-19 20:34:14.000000000 +0100 + *************** + *** 73,78 **** + --- 73,79 ---- + option "uamport" - "TCP port to bind to for authentication requests" int default="3990" no + option "uamallowed" - "Domain names exempt from access check " string no multiple + option "uamanydns" - "Allow client to use any DNS server" flag off + + option "newdomain" - "Option ignored, just for compatibility" string no multiple + + # MAC authentication + option "macauth" - "Authenticate based on MAC address" flag off