From 22b1721823d705c7318d1eebafdfcdaead3025da Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 26 Apr 2008 17:14:22 +0000 Subject: * Added experimental version of DHCP-Splash for Kamikaze * Added MAC-Address matching to luci_fw * Added interface alias hack for Kamikaze * ffluci.sys: Added several networking helper functions * ffluci.http: Added function remote_addr * Updated Haserl to 0.9.24 --- contrib/package/luci-splash/src/luci_splash.uci | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 contrib/package/luci-splash/src/luci_splash.uci (limited to 'contrib/package/luci-splash/src/luci_splash.uci') diff --git a/contrib/package/luci-splash/src/luci_splash.uci b/contrib/package/luci-splash/src/luci_splash.uci new file mode 100644 index 0000000000..cf1232b3b7 --- /dev/null +++ b/contrib/package/luci-splash/src/luci_splash.uci @@ -0,0 +1,8 @@ +config iface + option network wldhcp + +config whitelist + option mac 02:CA:FF:EE:BA:BE + +config blacklist + option mac 03:CA:FF:EE:BA:BE \ No newline at end of file -- cgit v1.2.3