Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'openwrt'

2145861 - switch.sh: openwrt backfirevlan pvid wr1043nd rtl8366 rtl8366rb
  1. #!/bin/sh
  2. # Copyright (C) 2009 OpenWrt.org
  3.  
  4. setup_switch_dev() {
  5.         config_get name "$1" name
  6.         name="${name:-$1}"
  7.         [ -d "/sys/class/net/$name" ] && ifconfig "$name" up
  8.         swconfig dev "$name" load network
  9.  
1487610 - wireddd: openwrt openvpn howto how-to
  1. #server lan is 192.168.1.0, client lan is 10.0.1.0
  2.  
  3. #do this stuff first
  4. opkg update
  5. opkg install openvpn
  6. mkdir /etc/openvpn
  7. openvpn --genkey --secret /etc/openvpn/static.key
  8.  
  9.  
607931 - chong: openwrt
  1. root@OpenWrt:~# cat /etc/config/wireless
  2. config wifi-device wl0
  3.         option  type    broadcom
  4.         option  disabled        0
  5.  
  6. config  wifi-iface
  7.         option  device  wl0
  8.         option  mode    sta
  9.  
593242 - AR7 unaligned access: openwrt ar7
  1. Sorry, this:
  2.  
  3. $ staging_dir_mipsel/biel-linux-uclibc-gdb build_mipsel/linux-2.6-ar7/linux-2.6.21.5/vmlinux
  4.  
  5. Is meant to be:
  6.  
  7. $ staging_dir_mipsel/bin/mipsel-linux-uclibc-gdb build_mipsel/linux-2.6-ar7/linux-2.6.21.5/vmlinux
  8.  
  9.  
592163 - AR7 unaligned access: openwrt ar7
  1. Here's another one I got with revision 7742.  This time I have gdb attached.
  2. ============================================================================
  3. $ staging_dir_mipsel/biel-linux-uclibc-gdb build_mipsel/linux-2.6-ar7/linux-2.6.21.5/vmlinux
  4. GNU gdb 6.3
  5. Copyright 2004 Free Software Foundation, Inc.
  6. GDB is free software, covered by the GNU General Public License, and you are
  7. welcome to change it and/or distribute copies of it under certain conditions.
  8. Type "show copying" to see the conditions.
  9.  
592125 - AR7 unaligned access: openwrt ar7
  1. OpenWRT revision 7730 on TI AR7 (TNETD7300AGDW) (kernel version 2.6.21.5)
  2. ===================================================================================
  3. Please press Enter to activate this console. Unhandled kernel unaligned access[#1]:
  4. Cpu 0
  5. $ 0   : 00000000 10008400 00000000 94001b10
  6. $ 4   : 940030a0 0a0a0a0a 22222222 00000000
  7. $ 8   : 940def58 9400823c 940dedf8 940dee24
  8. $12   : 940dee50 943a0000 943a0000 940dee7c
  9.  
worth-right
fantasy-obligation