mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
lantiq: add esi
http://patchwork.openwrt.org/patch/3703/ Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40326 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
7
target/linux/lantiq/base-files/etc/init.d/esi
Executable file
7
target/linux/lantiq/base-files/etc/init.d/esi
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2013 OpenWrt.org
|
||||
|
||||
START=19
|
||||
start() {
|
||||
esi $(printf '%X' $((1+0x$(tr -d : </sys/class/net/eth0/address)))) 2>/dev/null || :
|
||||
}
|
||||
@@ -5,7 +5,7 @@ FEATURES:=squashfs atm mips16
|
||||
CPU_TYPE:=34kc
|
||||
CPU_SUBTYPE:=dsp
|
||||
|
||||
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug
|
||||
DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug atm-esi
|
||||
|
||||
define Target/Description
|
||||
Lantiq XWAY
|
||||
|
||||
Reference in New Issue
Block a user