summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/luci-splash/src/luci_splash.uci
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-04-26 17:14:22 +0000
committerSteven Barth <steven@midlink.org>2008-04-26 17:14:22 +0000
commit22b1721823d705c7318d1eebafdfcdaead3025da (patch)
tree1b972c0c6cd63d09975f42cca36e7ad1abd11033 /contrib/package/luci-splash/src/luci_splash.uci
parent224c2566416e84b7c359a31ead46ece00c120b9c (diff)
* 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
Diffstat (limited to 'contrib/package/luci-splash/src/luci_splash.uci')
-rw-r--r--contrib/package/luci-splash/src/luci_splash.uci8
1 files changed, 8 insertions, 0 deletions
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