John Crispin [Sat, 12 Nov 2011 23:40:16 +0000 (23:40 +0000)]
lantiq: add /lib/lantiq.sh and make hotplug handlers use it
SVN-Revision: 29003
John Crispin [Sat, 12 Nov 2011 23:40:12 +0000 (23:40 +0000)]
lantiq: rename leds
SVN-Revision: 29002
John Crispin [Sat, 12 Nov 2011 23:40:07 +0000 (23:40 +0000)]
lantiq: split compat headers out of bsp header patch
SVN-Revision: 29001
John Crispin [Sat, 12 Nov 2011 23:40:01 +0000 (23:40 +0000)]
lantiq: adds hotplug handler for loading rt2x00 firmware
SVN-Revision: 29000
John Crispin [Sat, 12 Nov 2011 23:39:56 +0000 (23:39 +0000)]
lantiq: adds hotplug handler for handling buttons and makes w303v work with it
SVN-Revision: 28999
John Crispin [Sat, 12 Nov 2011 23:39:51 +0000 (23:39 +0000)]
lantiq: cleanup default package selection
SVN-Revision: 28998
John Crispin [Sat, 12 Nov 2011 18:41:15 +0000 (18:41 +0000)]
lantiq: w303v has its rt2860 eep on the nor flash. tell compat-wireless how to use it
SVN-Revision: 28994
Gabor Juhos [Sat, 12 Nov 2011 14:09:52 +0000 (14:09 +0000)]
kernel: ar8216: add support for the AR8236 switch
SVN-Revision: 28993
Gabor Juhos [Sat, 12 Nov 2011 14:09:50 +0000 (14:09 +0000)]
kernel: ar8216: move port vlan setup into a separate function
SVN-Revision: 28992
Nicolas Thill [Sat, 12 Nov 2011 13:53:15 +0000 (13:53 +0000)]
package/base-files: enhance service functions
* allow matching process by name (useful for processes changing it)
* check if first argument is executable
* fix function name used in error messages
SVN-Revision: 28991
Gabor Juhos [Sat, 12 Nov 2011 12:50:20 +0000 (12:50 +0000)]
ar71xx: use the button for WPS control on the DB120
SVN-Revision: 28990
Gabor Juhos [Sat, 12 Nov 2011 12:50:19 +0000 (12:50 +0000)]
ar71xx: register the second ethernet interface on the DB120 board
SVN-Revision: 28989
Gabor Juhos [Sat, 12 Nov 2011 12:50:18 +0000 (12:50 +0000)]
ar71xx: implement SoC specific phy interface setup
SVN-Revision: 28988
Gabor Juhos [Sat, 12 Nov 2011 12:50:16 +0000 (12:50 +0000)]
ar71xx: move phy interface setup into a separate function
SVN-Revision: 28987
Gabor Juhos [Sat, 12 Nov 2011 12:09:59 +0000 (12:09 +0000)]
ar71xx: register both MDIO bus on the DB120 board
SVN-Revision: 28986
Gabor Juhos [Sat, 12 Nov 2011 12:09:56 +0000 (12:09 +0000)]
ar71xx: add AR934X specific MDIO registration code
SVN-Revision: 28985
Gabor Juhos [Sat, 12 Nov 2011 12:09:54 +0000 (12:09 +0000)]
ar71xx: add a secondary mdio bus
SVN-Revision: 28984
Gabor Juhos [Sat, 12 Nov 2011 12:09:50 +0000 (12:09 +0000)]
ar71xx: rename ar71xx_mdio_* structures to ar71xx_mdio0_*
SVN-Revision: 28983
Gabor Juhos [Sat, 12 Nov 2011 12:09:48 +0000 (12:09 +0000)]
ar71xx: add an id argument to ar71xx_add_device_mdio
SVN-Revision: 28982
Gabor Juhos [Sat, 12 Nov 2011 12:09:42 +0000 (12:09 +0000)]
ar71xx: pass netdev and miidev pointer to ar71xx_add_device_dsa
SVN-Revision: 28981
Gabor Juhos [Sat, 12 Nov 2011 10:54:20 +0000 (10:54 +0000)]
ar71xx: add AR934x specific USB setup
SVN-Revision: 28980
Gabor Juhos [Sat, 12 Nov 2011 10:54:18 +0000 (10:54 +0000)]
ar71xx: register the first ethernet interface on the DB120 board
SVN-Revision: 28979
Gabor Juhos [Sat, 12 Nov 2011 10:54:17 +0000 (10:54 +0000)]
ar71xx: allow to register ethernet interfaces for AR934X
SVN-Revision: 28978
Gabor Juhos [Sat, 12 Nov 2011 10:54:16 +0000 (10:54 +0000)]
ar71xx: ag71xx: use fixed link parameters if the mii bus is not registered
SVN-Revision: 28977
Gabor Juhos [Sat, 12 Nov 2011 10:54:15 +0000 (10:54 +0000)]
ar71xx: add AR934X specific bootstrap and reset register bits
SVN-Revision: 28976
Gabor Juhos [Sat, 12 Nov 2011 10:54:10 +0000 (10:54 +0000)]
ar71xx: add diag support for the DB120 board
SVN-Revision: 28975
Gabor Juhos [Sat, 12 Nov 2011 10:54:09 +0000 (10:54 +0000)]
ar71xx: fix GPIO direction setup for AR934x
SVN-Revision: 28974
Gabor Juhos [Sat, 12 Nov 2011 10:54:08 +0000 (10:54 +0000)]
ar71xx: fix AR934X clock frequency calculation
SVN-Revision: 28973
Gabor Juhos [Sat, 12 Nov 2011 10:54:06 +0000 (10:54 +0000)]
package: add om2p-watchdog script
Based on a patch by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 28972
Gabor Juhos [Sat, 12 Nov 2011 10:54:04 +0000 (10:54 +0000)]
ar71xx: generate ubootenv from uci-defaults instead of providing defconfig
I noticed most of /etc/defconfig was replaced by /etc/uci-defaults, which is
indeed much nicer. So I moved over ubootenv from having a defconfig-entry to
also be generated from uci-defaults.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 28971
John Crispin [Fri, 11 Nov 2011 22:23:26 +0000 (22:23 +0000)]
pjsip: bump to 1.10 and improve ltq_tapi backend
SVN-Revision: 28963
John Crispin [Fri, 11 Nov 2011 21:59:11 +0000 (21:59 +0000)]
lantiq: improve falcon package selection
SVN-Revision: 28962
John Crispin [Fri, 11 Nov 2011 21:59:01 +0000 (21:59 +0000)]
lantiq: fix breakage introduced in 3.1 bump
SVN-Revision: 28961
Jo-Philipp Wich [Fri, 11 Nov 2011 13:25:31 +0000 (13:25 +0000)]
base-files: now that the initial password is completely empty (and not primed with "!") adjust login.sh for it to make telnetd available again
SVN-Revision: 28943
Nicolas Thill [Fri, 11 Nov 2011 13:23:29 +0000 (13:23 +0000)]
package/base-files-network: fix udhcpc issues introduced in r28866 (closes: #10383)
SVN-Revision: 28942
Jo-Philipp Wich [Thu, 10 Nov 2011 23:07:42 +0000 (23:07 +0000)]
mac80211: add antenna control api for b43
SVN-Revision: 28940
Florian Fainelli [Thu, 10 Nov 2011 15:31:37 +0000 (15:31 +0000)]
acx-mac80211: update to
20111030
Fixes build failures with Linux 3.1+
SVN-Revision: 28939
Imre Kaloz [Thu, 10 Nov 2011 13:39:06 +0000 (13:39 +0000)]
nuke another 2.4 skeleton
SVN-Revision: 28937
Imre Kaloz [Thu, 10 Nov 2011 12:55:01 +0000 (12:55 +0000)]
enable and use shadow passwords by default
SVN-Revision: 28936
Imre Kaloz [Thu, 10 Nov 2011 12:47:50 +0000 (12:47 +0000)]
the empty root password should be empty ;)
SVN-Revision: 28935
Jo-Philipp Wich [Thu, 10 Nov 2011 12:16:41 +0000 (12:16 +0000)]
base-files, target: assign name to system timeserver section, makes it easier to set servers on the cli
SVN-Revision: 28933
Jonas Gorski [Wed, 9 Nov 2011 22:11:51 +0000 (22:11 +0000)]
package: kernel: fix typo
SVN-Revision: 28898
Jonas Gorski [Wed, 9 Nov 2011 21:16:52 +0000 (21:16 +0000)]
package: kernel: add handling for 3.2 renames (and some missed ones for 3.1)
SVN-Revision: 28897
Jonas Gorski [Wed, 9 Nov 2011 21:16:48 +0000 (21:16 +0000)]
package: mac80211: mark as broken for 3.2
SVN-Revision: 28896
Jonas Gorski [Wed, 9 Nov 2011 21:16:45 +0000 (21:16 +0000)]
package: acx: mark as broken for 3.2
SVN-Revision: 28895
Jonas Gorski [Wed, 9 Nov 2011 21:16:42 +0000 (21:16 +0000)]
package: madwifi: mark as broken for 3.2
SVN-Revision: 28894
Jonas Gorski [Wed, 9 Nov 2011 21:16:36 +0000 (21:16 +0000)]
target: linux: mtd: fix MTDREFRESH to an arbitrary high number
To make the ioctl number "stable", use an arbitrary high number to prevent
conflicts with new mtd ioctls that would push MTDREFRESH's number.
Also make mtd use the in-kernel mtd headers.
SVN-Revision: 28893
Jo-Philipp Wich [Wed, 9 Nov 2011 18:55:28 +0000 (18:55 +0000)]
uhttpd: cope with DES crypted passwd entries by not relying on a leading dollar sign to indicate a cipher
SVN-Revision: 28886
Nicolas Thill [Wed, 9 Nov 2011 17:32:23 +0000 (17:32 +0000)]
package/busybox: passwd: use MD5 hash by default (like it used to be)
SVN-Revision: 28885
Gabor Juhos [Wed, 9 Nov 2011 11:47:44 +0000 (11:47 +0000)]
pacakge/iw: don't show a stray ']' if the chain signal attribute list is empty
Without the patch, the output of 'station dump' command looks weird in
some cases:
root@OpenWrt:/# iw dev wlan0 station dump
Station 00:21:27:cb:57:02 (on wlan0)
inactive time: 190 ms
rx bytes: 36652
rx packets: 149
tx bytes: 1998
tx packets: 16
tx retries: 0
tx failed: 0
signal: -31 ] dBm
signal avg: -30 [-32, -36] dBm
tx bitrate: 5.5 MBit/s
rx bitrate: 54.0 MBit/s
root@OpenWrt:/#
SVN-Revision: 28879
Jo-Philipp Wich [Wed, 9 Nov 2011 11:10:37 +0000 (11:10 +0000)]
firewall: add DHCPv6 default rule (#10381)
SVN-Revision: 28874
Nicolas Thill [Wed, 9 Nov 2011 00:23:58 +0000 (00:23 +0000)]
package/base-files: /lib/functions.sh: add {group,user}_{add,exists} functions
SVN-Revision: 28871
Nicolas Thill [Tue, 8 Nov 2011 23:35:13 +0000 (23:35 +0000)]
package/base-files: /lib/functions.sh: let service_stop exit early if no matching process to stop where found
SVN-Revision: 28870
Nicolas Thill [Tue, 8 Nov 2011 22:48:11 +0000 (22:48 +0000)]
package/relayd: use new service wrappers
SVN-Revision: 28869
Nicolas Thill [Tue, 8 Nov 2011 22:48:05 +0000 (22:48 +0000)]
package/ppp: use new service wrappers
SVN-Revision: 28868
Nicolas Thill [Tue, 8 Nov 2011 22:48:00 +0000 (22:48 +0000)]
package/linux-atm: use new service wrappers
SVN-Revision: 28867
Nicolas Thill [Tue, 8 Nov 2011 22:47:54 +0000 (22:47 +0000)]
package/base-files-network: use new service wrappers
SVN-Revision: 28866
Nicolas Thill [Tue, 8 Nov 2011 22:47:49 +0000 (22:47 +0000)]
package/base-files: enhance & cleanup service wrappers
* add service_check function for checking if a process is alive
* add service_signal for sending arbitrary signals to a process
* change service_stop to send a TERM signal first, wait for the process to die and send a KILL signal if it doen't
* have service_kill print a warning on STDERR stating it has been deprecated
SVN-Revision: 28865
Nicolas Thill [Tue, 8 Nov 2011 22:47:41 +0000 (22:47 +0000)]
package/base-files: move service* functions from /etc/rc.common to /lib/functions.sh
SVN-Revision: 28864
Jo-Philipp Wich [Tue, 8 Nov 2011 19:14:55 +0000 (19:14 +0000)]
base-files: do not kill udhcpc on sysupgrade, it will tear down the interface if terminated
SVN-Revision: 28863
Jo-Philipp Wich [Tue, 8 Nov 2011 18:48:38 +0000 (18:48 +0000)]
base-files: do not assume that "top" is busybox' top, but try to call the applet explicitely
SVN-Revision: 28862
Jo-Philipp Wich [Tue, 8 Nov 2011 14:42:58 +0000 (14:42 +0000)]
base-files: properly handle wifi ifaces with no network attached, useful for unmanaged interfaces like used for batman or monitoring
SVN-Revision: 28860
Jo-Philipp Wich [Tue, 8 Nov 2011 14:22:56 +0000 (14:22 +0000)]
hostapd: add code to prevent accidentally bridging non-wds sta mode interfaces
SVN-Revision: 28858
Nicolas Thill [Tue, 8 Nov 2011 14:14:29 +0000 (14:14 +0000)]
package/base-files: move /etc/functions.sh to /lib/functions.sh
SVN-Revision: 28857
Nicolas Thill [Tue, 8 Nov 2011 14:00:36 +0000 (14:00 +0000)]
include/kernel.mk: enhance built-in/missing modules detection when packaging kmods
SVN-Revision: 28856
Felix Fietkau [Tue, 8 Nov 2011 10:12:31 +0000 (10:12 +0000)]
netifd: fix compile error when both libnl and libnl-tiny are built
SVN-Revision: 28854
Felix Fietkau [Tue, 8 Nov 2011 00:33:20 +0000 (00:33 +0000)]
ar71xx: remove dead code
SVN-Revision: 28851
Felix Fietkau [Tue, 8 Nov 2011 00:33:15 +0000 (00:33 +0000)]
ar71xx: on ar7240, exclude ports from their own port vlan destination mask
SVN-Revision: 28850
Felix Fietkau [Tue, 8 Nov 2011 00:33:10 +0000 (00:33 +0000)]
busybox: use bash for gen_build_files.sh to avoid printf argument list issues on some systems
SVN-Revision: 28849
Felix Fietkau [Tue, 8 Nov 2011 00:32:57 +0000 (00:32 +0000)]
kernel: add a top level menuconfig option for enabling lockdep
SVN-Revision: 28848
Nicolas Thill [Mon, 7 Nov 2011 22:59:06 +0000 (22:59 +0000)]
package/uhttpd: use new service wrapper
SVN-Revision: 28841
Nicolas Thill [Mon, 7 Nov 2011 22:59:01 +0000 (22:59 +0000)]
package/ubus: use new service wrapper
SVN-Revision: 28840
Nicolas Thill [Mon, 7 Nov 2011 22:58:56 +0000 (22:58 +0000)]
package/netifd: use new service wrapper
SVN-Revision: 28839
Nicolas Thill [Mon, 7 Nov 2011 22:58:50 +0000 (22:58 +0000)]
package/dropbear: use new service wrapper
SVN-Revision: 28838
Nicolas Thill [Mon, 7 Nov 2011 22:58:45 +0000 (22:58 +0000)]
package/dnsmasq: use new service wrapper
SVN-Revision: 28837
Nicolas Thill [Mon, 7 Nov 2011 22:58:39 +0000 (22:58 +0000)]
package/busybox: use new service wrapper
SVN-Revision: 28836
Nicolas Thill [Mon, 7 Nov 2011 22:58:34 +0000 (22:58 +0000)]
package/base-files: use new service wrapper
SVN-Revision: 28835
Nicolas Thill [Mon, 7 Nov 2011 22:58:27 +0000 (22:58 +0000)]
package/base-files: /etc/rc.common: add service wrapper around start-stop-daemon
SVN-Revision: 28834
Gabor Juhos [Mon, 7 Nov 2011 21:44:24 +0000 (21:44 +0000)]
ar71xx: create TL-WA901ND network config from uci-defaults
SVN-Revision: 28833
Gabor Juhos [Mon, 7 Nov 2011 21:44:23 +0000 (21:44 +0000)]
ar71xx: create ALL0258N network config from uci-defaults
SVN-Revision: 28832
Gabor Juhos [Mon, 7 Nov 2011 21:44:20 +0000 (21:44 +0000)]
ar71xx: create NBG{460N,550N,550NH} network config from uci-defaults
SVN-Revision: 28831
Gabor Juhos [Mon, 7 Nov 2011 21:44:17 +0000 (21:44 +0000)]
ar71xx: create WZR-HP-G300NH network config from uci-defaults
SVN-Revision: 28830
Gabor Juhos [Mon, 7 Nov 2011 21:44:12 +0000 (21:44 +0000)]
ar71xx: create RB-493G network config from uci-defaults
SVN-Revision: 28829
Gabor Juhos [Mon, 7 Nov 2011 21:44:11 +0000 (21:44 +0000)]
ar71xx: create TL-WR1043ND network config from uci-defaults
SVN-Revision: 28828
Gabor Juhos [Mon, 7 Nov 2011 21:44:09 +0000 (21:44 +0000)]
ar71xx: create WRT160NL network config from uci-defaults
SVN-Revision: 28827
Gabor Juhos [Mon, 7 Nov 2011 21:44:08 +0000 (21:44 +0000)]
ar71xx: create PB92 network config from uci-defaults
SVN-Revision: 28826
Gabor Juhos [Mon, 7 Nov 2011 21:44:07 +0000 (21:44 +0000)]
ar71xx: create DIR-825-B1 network config from uci-defaults
SVN-Revision: 28825
Gabor Juhos [Mon, 7 Nov 2011 21:44:03 +0000 (21:44 +0000)]
ar71xx: create TL-WR{841N-v1,941ND} network config from uci-defaults
SVN-Revision: 28824
Gabor Juhos [Mon, 7 Nov 2011 21:44:02 +0000 (21:44 +0000)]
ar71xx: create RB-450 network config from uci-defaults
SVN-Revision: 28823
Gabor Juhos [Mon, 7 Nov 2011 21:44:01 +0000 (21:44 +0000)]
ar71xx: create RB-450G, RouterStation Pro network config from uci-defaults
SVN-Revision: 28822
Gabor Juhos [Mon, 7 Nov 2011 21:43:58 +0000 (21:43 +0000)]
ar71xx: create RB-433{,U} network config from uci defaults
SVN-Revision: 28821
Gabor Juhos [Mon, 7 Nov 2011 21:43:56 +0000 (21:43 +0000)]
ar71xx: create even more network configs from the uci-defaults script
Create the default network configuration dynamically for the
AR724x/AR9331 boards. Some other boards are using the same
configuration, so convert those as well.
SVN-Revision: 28820
Gabor Juhos [Mon, 7 Nov 2011 21:43:54 +0000 (21:43 +0000)]
ar71xx: create more network configs from the uci-defaults script
Create the default network configuration dynamically for the boards with
swapped eth0, eth1 interfaces.
SVN-Revision: 28819
Gabor Juhos [Mon, 7 Nov 2011 21:43:52 +0000 (21:43 +0000)]
ar71xx: create a bunch of network configs from the uci-defaults script
Create the default network configuration dynamically for the boards with
a single ethernet interface.
SVN-Revision: 28818
Gabor Juhos [Mon, 7 Nov 2011 21:43:51 +0000 (21:43 +0000)]
ar71xx: create generic network config from an uci-defaults script
SVN-Revision: 28817
Gabor Juhos [Mon, 7 Nov 2011 21:34:33 +0000 (21:34 +0000)]
ar71xx: remove AP81 defconfig, it is the same as the generic config
SVN-Revision: 28816
Gabor Juhos [Mon, 7 Nov 2011 21:34:32 +0000 (21:34 +0000)]
ar71xx: change generated Buffalo firmware versions
With version 1.76 the upgrade may fail with newer Buffalo firmwares with
a message like this:
"You can not update the firmware because the firmware version is earlier
than 1.82. Please use 1.82 or later version for firmware update."
SVN-Revision: 28815
Imre Kaloz [Mon, 7 Nov 2011 21:13:13 +0000 (21:13 +0000)]
update 3.1 patches
SVN-Revision: 28814
Imre Kaloz [Mon, 7 Nov 2011 21:12:26 +0000 (21:12 +0000)]
update arm mach-types
SVN-Revision: 28813
Gabor Juhos [Mon, 7 Nov 2011 20:25:00 +0000 (20:25 +0000)]
ar71xx: enable sysupgrade on the WHR-G301N and WHR-HP-GN boards
SVN-Revision: 28812