fix some smaller issues with 0.3b1

bumb up to 0.3b2
This commit is contained in:
reddog 2012-01-08 03:44:15 +00:00
parent 633446de41
commit 33fdbbead4
6 changed files with 15 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# OpenWrt version: Backfire (r29638)
# Sun Jan 8 01:45:59 2012
# Sun Jan 8 03:47:09 2012
#
CONFIG_HAVE_DOT_CONFIG=y
# CONFIG_TARGET_ppc40x is not set
@ -245,7 +245,7 @@ CONFIG_CLEAN_IPKG=y
#
# Kernel build options
#
# CONFIG_KERNEL_DEBUG_FS is not set
CONFIG_KERNEL_DEBUG_FS=y
# CONFIG_KERNEL_PROFILING is not set
# CONFIG_KERNEL_KALLSYMS is not set
# CONFIG_KERNEL_DEBUG_KERNEL is not set

View File

@ -1,5 +1,5 @@
config 'mesh' 'bat0'
option 'interfaces' 'wlanmesh ethmesh1, ethmesh2'
option 'interfaces' 'wlanmesh ethmesh1 ethmesh2'
option 'orig_interval'
option 'log_level'
option 'aggregated_ogms'

View File

@ -1,6 +1,6 @@
*/5 * * * * killall klogd
*/5 * * * * killall syslogd
*/5 * * * * killall logger
#*/5 * * * * killall klogd
#*/5 * * * * killall syslogd
#*/5 * * * * killall logger
*/5 * * * * sh /etc/tincstart.sh
*/5 * * * * sh /etc/nodewatcher.sh
@ -16,4 +16,4 @@
#* * * * * /usr/sbin/ff_olsr_test_gw
#*/5 * * * * /usr/sbin/ff_olsr_watchdog
#0 */4 * * * /usr/sbin/ff_rdate
#17 * * * * /usr/sbin/ff_mapupdate
#17 * * * * /usr/sbin/ff_mapupdate

View File

@ -1,4 +1,4 @@
FIRMWARE_VERSION="0.3beta"
FIRMWARE_VERSION="0.3beta2"
RELEASE_DATE=""
FIRMWARE_REVISION="541"
OPENWRT_CORE_REVISION="29672"

View File

@ -2,6 +2,11 @@
# the system init finished. By default this file does nothing.
echo enable > /sys/devices/virtual/net/bat0/mesh/bridge_loop_avoidance
batctl if add eth0.3
batctl if add eth0.4
ifconfig eth0 mtu 1528
ifconfig eth0.3 mtu 1528
ifconfig eth0.4 mtu 1528
echo none > /sys/devices/platform/ar231x-wmac.0/leds/ath5k-phy0\:\:rx/trigger
echo phy0tx > /sys/devices/platform/ar231x-wmac.0/leds/ath5k-phy0\:\:tx/trigger

View File

@ -43,9 +43,11 @@ config 'switch_vlan' 'eth0_4'
config 'interface' 'ethmesh1'
option 'ifname' 'eth0.3'
option 'mtu' '1528'
config 'interface' 'ethmesh2'
option 'ifname' 'eth0.4'
option 'mtu' '1528'
config 'interface' 'wan'
option 'ifname' 'eth0.2'