openwrt.git
15 years ago[ar71xx] ethernet driver updates
juhosg [Tue, 29 Jul 2008 18:22:38 +0000 (18:22 +0000)]
[ar71xx] ethernet driver updates
* new mii bus code, mac0 and mac1 can use the mac0's miii bus from now on
* swap eth0 & eth1 on RB433/450

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11995 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoremove opkg config file and link ipkg.conf to opkg.conf being they are the same
thepeople [Tue, 29 Jul 2008 17:23:52 +0000 (17:23 +0000)]
remove opkg config file and link ipkg.conf to opkg.conf being they are the same

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11994 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix uClibc legacy version
nbd [Tue, 29 Jul 2008 14:58:48 +0000 (14:58 +0000)]
fix uClibc legacy version

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11993 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomove curl back to packages
thepeople [Tue, 29 Jul 2008 13:12:54 +0000 (13:12 +0000)]
move curl back to packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11992 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoremoved a missed dependancy on curl
thepeople [Tue, 29 Jul 2008 12:57:43 +0000 (12:57 +0000)]
removed a missed dependancy on curl
remove use of autogen, just run the one needed command from in it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11991 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[ar71xx] fix the name of the micrel PHY driver
juhosg [Tue, 29 Jul 2008 12:46:05 +0000 (12:46 +0000)]
[ar71xx] fix the name of the micrel PHY driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11990 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix nfs kernel modules for 2.4 kernels
florian [Tue, 29 Jul 2008 10:57:02 +0000 (10:57 +0000)]
Fix nfs kernel modules for 2.4 kernels

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11989 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoopkg depends on curl
florian [Tue, 29 Jul 2008 10:24:32 +0000 (10:24 +0000)]
opkg depends on curl

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11988 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoMove curl from packages to trunk, opkg depends on it
florian [Tue, 29 Jul 2008 10:23:59 +0000 (10:23 +0000)]
Move curl from packages to trunk, opkg depends on it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11987 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agolua: Remove -fPIC for non-powerpc platforms
cyrus [Tue, 29 Jul 2008 10:14:11 +0000 (10:14 +0000)]
lua: Remove -fPIC for non-powerpc platforms

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11985 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd opkg
thepeople [Tue, 29 Jul 2008 04:16:43 +0000 (04:16 +0000)]
add opkg
- symlink /usr/lib/ipkg to /usr/lib/opkg so that opkg can be used as a drop in replacement of ipkg

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11983 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[ipkg] Move packages lists to the ramdisk to save flash space
agb [Tue, 29 Jul 2008 03:36:23 +0000 (03:36 +0000)]
[ipkg] Move packages lists to the ramdisk to save flash space
 - Lists now stored in /var/ipkg-lists/, `ipkg update' must be run after each
   boot before packages can be installed from feeds

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11982 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[ipkg] Generate gzipped package lists
agb [Tue, 29 Jul 2008 03:36:11 +0000 (03:36 +0000)]
[ipkg] Generate gzipped package lists
 - Can be used by changing the src line in /etc/ipkg.conf to src/gz
 - Cannot be used by busybox ipkg

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11981 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[ipkg] Port the full ipkg to Kamikaze
agb [Tue, 29 Jul 2008 03:35:55 +0000 (03:35 +0000)]
[ipkg] Port the full ipkg to Kamikaze
 - Does not suffer from most of the issues the busybox implementation experiences
 - busybox ipkg is still the default package manager
 - Removes /usr/bin/ipkg on install if it is a symlink
 - Relinks /usr/bin/ipkg to busybox on removal if ipkg is compiled into busybox
 - Supports gzip'd package lists, results in substantial space savings

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11980 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoswitch to the production phy ids on the Cambria
kaloz [Mon, 28 Jul 2008 21:52:39 +0000 (21:52 +0000)]
switch to the production phy ids on the Cambria

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11979 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix mkfwimage to recognize the -s option
thepeople [Mon, 28 Jul 2008 20:48:06 +0000 (20:48 +0000)]
fix mkfwimage to recognize the -s option

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11978 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofixes download path for mac80211
blogic [Mon, 28 Jul 2008 18:10:55 +0000 (18:10 +0000)]
fixes download path for mac80211

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11975 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadds luci to the feeds.conf file
blogic [Mon, 28 Jul 2008 17:12:52 +0000 (17:12 +0000)]
adds luci to the feeds.conf file

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11973 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix libraries packaging for uml on x86_64
nico [Mon, 28 Jul 2008 14:19:02 +0000 (14:19 +0000)]
fix libraries packaging for uml on x86_64

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11970 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd a fix to prevent startup crashes on i386 when built with gcc < 4.3
nico [Mon, 28 Jul 2008 12:36:09 +0000 (12:36 +0000)]
add a fix to prevent startup crashes on i386 when built with gcc < 4.3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11969 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[ar71xx] update to 2.6.26
juhosg [Mon, 28 Jul 2008 09:48:29 +0000 (09:48 +0000)]
[ar71xx] update to 2.6.26

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11968 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofixes dbus param of dnsmasq, #3818, thanks the.loeki
blogic [Mon, 28 Jul 2008 07:59:40 +0000 (07:59 +0000)]
fixes dbus param of dnsmasq, #3818, thanks the.loeki

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11967 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[adm5120] make use DMA_BIT_MASK
juhosg [Mon, 28 Jul 2008 07:25:40 +0000 (07:25 +0000)]
[adm5120] make use DMA_BIT_MASK

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11966 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoatheros: 2.6.26 patches
matteo [Sun, 27 Jul 2008 21:42:36 +0000 (21:42 +0000)]
atheros: 2.6.26 patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11965 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate uClibc config for x86_64
florian [Sun, 27 Jul 2008 16:56:34 +0000 (16:56 +0000)]
Update uClibc config for x86_64

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11963 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoResynced x86_64 kernel config for uml
florian [Sun, 27 Jul 2008 16:56:08 +0000 (16:56 +0000)]
Resynced x86_64 kernel config for uml

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11962 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[adm5120] fix a bug in the USB driver debug code
juhosg [Sun, 27 Jul 2008 15:36:56 +0000 (15:36 +0000)]
[adm5120] fix a bug in the USB driver debug code

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11961 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoDo not run ldconfig while cross-compiling zlib
florian [Sun, 27 Jul 2008 13:17:05 +0000 (13:17 +0000)]
Do not run ldconfig while cross-compiling zlib

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11959 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[adm5120] sync 2.6.26 config
juhosg [Sun, 27 Jul 2008 08:59:08 +0000 (08:59 +0000)]
[adm5120] sync 2.6.26 config

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11955 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] add missing symbols to 2.6.26 defconfig
juhosg [Sun, 27 Jul 2008 08:56:53 +0000 (08:56 +0000)]
[kernel] add missing symbols to 2.6.26 defconfig

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11954 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] usb-serial: Fix swapped dependencies for belkin and ch341
agb [Sun, 27 Jul 2008 03:39:11 +0000 (03:39 +0000)]
[kernel] usb-serial: Fix swapped dependencies for belkin and ch341

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11953 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agodisable CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED for ar71xx
nbd [Sat, 26 Jul 2008 20:28:02 +0000 (20:28 +0000)]
disable CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED for ar71xx

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11949 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix kernel oops in the redboot partition parser when CONFIG_MTD_REDBOOT_PARTS_UNALLOC...
nbd [Sat, 26 Jul 2008 20:27:45 +0000 (20:27 +0000)]
fix kernel oops in the redboot partition parser when CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is set and there is some free space after the rootfs partition

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11948 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix mkfwimage build on mac os x
nbd [Sat, 26 Jul 2008 20:27:03 +0000 (20:27 +0000)]
fix mkfwimage build on mac os x

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11947 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[adm5120] initial 2.6.26 support
juhosg [Sat, 26 Jul 2008 19:53:34 +0000 (19:53 +0000)]
[adm5120] initial 2.6.26 support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11946 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] cleanup trailing whitespaces in 2.6.26 patches
juhosg [Sat, 26 Jul 2008 19:17:07 +0000 (19:17 +0000)]
[kernel] cleanup trailing whitespaces in 2.6.26 patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11945 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoRemove 2.6.23 files, we will stick to 2.6.24 for rdc
florian [Sat, 26 Jul 2008 18:49:26 +0000 (18:49 +0000)]
Remove 2.6.23 files, we will stick to 2.6.24 for rdc

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11944 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoAllow madwifi devices to be set in monitor mode
florian [Sat, 26 Jul 2008 18:32:54 +0000 (18:32 +0000)]
Allow madwifi devices to be set in monitor mode

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11943 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully load...
florian [Sat, 26 Jul 2008 18:24:59 +0000 (18:24 +0000)]
ipsec{4,6} depend on kmod-crypto-aead to allow esp4 and esp6 to successfully load (#3813)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11942 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoResync some kernel configuration options
florian [Sat, 26 Jul 2008 18:23:38 +0000 (18:23 +0000)]
Resync some kernel configuration options

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11941 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate wireless documentation
florian [Sat, 26 Jul 2008 18:20:45 +0000 (18:20 +0000)]
Update wireless documentation

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11940 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[adm5120] make boot quiet a bit
juhosg [Sat, 26 Jul 2008 18:05:38 +0000 (18:05 +0000)]
[adm5120] make boot quiet a bit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11939 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd backported HSO driver
kaloz [Sat, 26 Jul 2008 17:01:54 +0000 (17:01 +0000)]
add backported HSO driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11938 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[package] button-hotplug: fix compile warnings
juhosg [Sat, 26 Jul 2008 16:32:12 +0000 (16:32 +0000)]
[package] button-hotplug: fix compile warnings

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11937 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] fix yaffs on 2.6.26
juhosg [Sat, 26 Jul 2008 16:16:26 +0000 (16:16 +0000)]
[kernel] fix yaffs on 2.6.26

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11936 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[brcm-2.4] fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes...
juhosg [Sat, 26 Jul 2008 16:10:44 +0000 (16:10 +0000)]
[brcm-2.4] fix Dell TrueMobile 2300 v1/v2 detection and network configuration (closes #2788)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11935 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoallow mkfwimage to fail during atheros builds.
nbd [Sat, 26 Jul 2008 13:32:02 +0000 (13:32 +0000)]
allow mkfwimage to fail during atheros builds.
sometimes images get too big for devices that use this image format,
but this must not break the normal image build for other atheros devices

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11934 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] update to 2.6.25.12
juhosg [Sat, 26 Jul 2008 10:53:23 +0000 (10:53 +0000)]
[kernel] update to 2.6.25.12

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11933 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agorefresh madwifi patches
nbd [Fri, 25 Jul 2008 22:41:13 +0000 (22:41 +0000)]
refresh madwifi patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11932 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agowpa_supplicant: sort scan results by link quality to improve supplicant-controlled...
nbd [Fri, 25 Jul 2008 22:37:50 +0000 (22:37 +0000)]
wpa_supplicant: sort scan results by link quality to improve supplicant-controlled roaming

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11931 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agowpa_supplicant: improve scan cache reliability
nbd [Fri, 25 Jul 2008 22:37:36 +0000 (22:37 +0000)]
wpa_supplicant: improve scan cache reliability

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11930 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomadwifi: preempt any running scan when wpa_supplicant triggers a new assoc
nbd [Fri, 25 Jul 2008 22:37:21 +0000 (22:37 +0000)]
madwifi: preempt any running scan when wpa_supplicant triggers a new assoc

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11929 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomadwifi: preserve WPA IEs received in probe responses and prefer them over beacon...
nbd [Fri, 25 Jul 2008 22:37:06 +0000 (22:37 +0000)]
madwifi: preserve WPA IEs received in probe responses and prefer them over beacon information
improves reliability when using wpa_supplicant to connect to aps with hidden ssid and dynamic
encryption settings

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11928 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomadwifi: add some roaming fixes by ubnt
nbd [Fri, 25 Jul 2008 22:36:51 +0000 (22:36 +0000)]
madwifi: add some roaming fixes by ubnt

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11927 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agorewrite madwifi sta mode link up/down notifications (mostly used by wpa_supplicant),
nbd [Fri, 25 Jul 2008 22:36:33 +0000 (22:36 +0000)]
rewrite madwifi sta mode link up/down notifications (mostly used by wpa_supplicant),
fixes some stale node or reconnect loop issues

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11926 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomadwifi: reduce the packet loss impact of forced background scans triggered by the...
nbd [Fri, 25 Jul 2008 22:36:18 +0000 (22:36 +0000)]
madwifi: reduce the packet loss impact of forced background scans triggered by the configured threshold

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11925 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomadwifi: improve hidden ssid handling in sta mode
nbd [Fri, 25 Jul 2008 22:35:56 +0000 (22:35 +0000)]
madwifi: improve hidden ssid handling in sta mode

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11924 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agomadwifi: fix queue stop/start during key updates
nbd [Fri, 25 Jul 2008 22:35:36 +0000 (22:35 +0000)]
madwifi: fix queue stop/start during key updates

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11923 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] add chip_fixup patch of the platform_nand driver to 2.6.26 as well
juhosg [Fri, 25 Jul 2008 19:37:29 +0000 (19:37 +0000)]
[kernel] add chip_fixup patch of the platform_nand driver to 2.6.26 as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11922 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUse mkfwimage from athero.openwrt.net with modification for XS2 devices. Add back...
thepeople [Fri, 25 Jul 2008 03:55:21 +0000 (03:55 +0000)]
Use mkfwimage from athero.openwrt.net with modification for XS2 devices. Add back in ubiquiti image generation.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11920 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agokeep /etc/group over reflash as well
thepeople [Thu, 24 Jul 2008 16:36:39 +0000 (16:36 +0000)]
keep /etc/group over reflash as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11919 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] usb-serial: Add ch341 driver for 2.6.24 and later kernels. Closes #2968
agb [Thu, 24 Jul 2008 06:25:47 +0000 (06:25 +0000)]
[kernel] usb-serial: Add ch341 driver for 2.6.24 and later kernels. Closes #2968

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11914 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agodropbear: upgrade to 0.51
agb [Thu, 24 Jul 2008 05:24:52 +0000 (05:24 +0000)]
dropbear: upgrade to 0.51
 - 160-tty_close merged upstream
 - patches refreshed

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11913 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd dropbear keys, passwd and firewall configuration to be saved during reflash
thepeople [Thu, 24 Jul 2008 02:24:59 +0000 (02:24 +0000)]
add dropbear keys, passwd and firewall configuration to be saved during reflash

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11912 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix variable names in tests
nico [Tue, 22 Jul 2008 21:19:05 +0000 (21:19 +0000)]
fix variable names in tests

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11911 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[ar71xx] parse mac address on RouterBOARDs
juhosg [Tue, 22 Jul 2008 16:35:29 +0000 (16:35 +0000)]
[ar71xx] parse mac address on RouterBOARDs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11910 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix sierra patches
thepeople [Tue, 22 Jul 2008 15:16:43 +0000 (15:16 +0000)]
fix sierra patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11909 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[kernel] fix nf_conntrack_rtsp compile error on 2.6.26 (closes #3797)
juhosg [Tue, 22 Jul 2008 13:52:56 +0000 (13:52 +0000)]
[kernel] fix nf_conntrack_rtsp compile error on 2.6.26 (closes #3797)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11908 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years ago[brcm47xx] fix compile error (closes #3799)
juhosg [Tue, 22 Jul 2008 11:22:41 +0000 (11:22 +0000)]
[brcm47xx] fix compile error (closes #3799)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11907 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix nfs modules options and modules, only package modules that are built for all...
florian [Tue, 22 Jul 2008 10:14:02 +0000 (10:14 +0000)]
Fix nfs modules options and modules, only package modules that are built for all targets (#3796)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11906 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoDisable NFS_ACL support in the UML config, other platforms do not have it as well
florian [Tue, 22 Jul 2008 09:50:26 +0000 (09:50 +0000)]
Disable NFS_ACL support in the UML config, other platforms do not have it as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11905 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agopatch causes problems on some platforms, nuke it
kaloz [Tue, 22 Jul 2008 08:01:35 +0000 (08:01 +0000)]
patch causes problems on some platforms, nuke it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11904 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agobump ath9k package version number, too
kaloz [Tue, 22 Jul 2008 07:31:11 +0000 (07:31 +0000)]
bump ath9k package version number, too

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11903 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agosync ath9k with the git tree
kaloz [Tue, 22 Jul 2008 07:24:47 +0000 (07:24 +0000)]
sync ath9k with the git tree

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11902 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agogenerate zImage for the ADI Sidewinder, too
kaloz [Tue, 22 Jul 2008 06:15:07 +0000 (06:15 +0000)]
generate zImage for the ADI Sidewinder, too

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11901 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix sysupgrade endian issues
thepeople [Tue, 22 Jul 2008 01:11:30 +0000 (01:11 +0000)]
fix sysupgrade endian issues

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11900 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoThis is the Linksys-ported driver from WRT54G3G-ST_v2.00.9_US.tgz,
thepeople [Mon, 21 Jul 2008 20:40:14 +0000 (20:40 +0000)]
This is the Linksys-ported driver from WRT54G3G-ST_v2.00.9_US.tgz,
re-based against 2.4.35 and repaired for obvious breakage (didn't use
its device table, etc.).

Changes from Linksys tree:
 - Remove 'vendor' and 'product' parameters; these aren't used in the
mainstream driver and seem to only have served to break it.
 - Remove bogus 'sierra_device_ids' table, used with above.
 - Changed references to 'sierra_device_ids' back to id_table
 - Changed non-standard CONFIG_USB_SERIAL_SIERRA_3G (line 886) to
current module standard CONFIG_USB_SERIAL_SIERRAWIRELESS
 - Added #include to enable pl2303 hack to remain until I can figure
out if it's still necessary.
Signed-off-by: RB <aoz.syn@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11899 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoThis series of patches closes the support gap on one of the explicitly
thepeople [Mon, 21 Jul 2008 20:36:16 +0000 (20:36 +0000)]
This series of patches closes the support gap on one of the explicitly
supported platforms (WRT54G3G) by adding direct support for the Sierra
Wireless 3G modems.
Signed-off-by: RB <aoz.syn@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11898 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoFix routerboard boot partition name in wget2nand (#3791)
florian [Mon, 21 Jul 2008 20:00:40 +0000 (20:00 +0000)]
Fix routerboard boot partition name in wget2nand (#3791)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11897 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoupdate mvswitch for 2.6.25 and 2.6.26 as well
nbd [Mon, 21 Jul 2008 18:20:09 +0000 (18:20 +0000)]
update mvswitch for 2.6.25 and 2.6.26 as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11896 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd missing defines for mvswitch
nbd [Mon, 21 Jul 2008 18:12:38 +0000 (18:12 +0000)]
add missing defines for mvswitch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11895 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agosurprise :p
juhosg [Mon, 21 Jul 2008 17:08:14 +0000 (17:08 +0000)]
surprise :p

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11894 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agouClibc for x86 targets and kernels >= 2.6.24 need to copy the right include files...
florian [Mon, 21 Jul 2008 10:41:27 +0000 (10:41 +0000)]
uClibc for x86 targets and kernels >= 2.6.24 need to copy the right include files, remove this when there are no 2.6.23 left

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11893 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoThe gpiommc configfs interface needs locking.
mb [Mon, 21 Jul 2008 10:32:08 +0000 (10:32 +0000)]
The gpiommc configfs interface needs locking.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11892 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoDocument a bit more about IPv6 configuration
florian [Mon, 21 Jul 2008 09:58:59 +0000 (09:58 +0000)]
Document a bit more about IPv6 configuration

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11891 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoDefault to port 1812 for radius authentication when doing 802.1x
florian [Mon, 21 Jul 2008 09:58:16 +0000 (09:58 +0000)]
Default to port 1812 for radius authentication when doing 802.1x

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11890 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoath9k: correct package description
matteo [Sun, 20 Jul 2008 21:51:19 +0000 (21:51 +0000)]
ath9k: correct package description

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11889 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdated Dnsmasq to 2.45
cyrus [Sun, 20 Jul 2008 20:17:00 +0000 (20:17 +0000)]
Updated Dnsmasq to 2.45

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11888 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate gpiommc to use configfs
mb [Sun, 20 Jul 2008 19:34:09 +0000 (19:34 +0000)]
Update gpiommc to use configfs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11887 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd another endianness fix for ath9k, ar9160 now works on ixp4xx, at least in sta...
nbd [Sun, 20 Jul 2008 16:32:43 +0000 (16:32 +0000)]
add another endianness fix for ath9k, ar9160 now works on ixp4xx, at least in sta mode :)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11886 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoath9k: remove software descriptor swapping, hw already does that
nbd [Sun, 20 Jul 2008 12:37:13 +0000 (12:37 +0000)]
ath9k: remove software descriptor swapping, hw already does that

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11885 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd the new ath9k driver (loads successfully on an AR9160 card, but still seems to...
nbd [Sun, 20 Jul 2008 11:44:14 +0000 (11:44 +0000)]
add the new ath9k driver (loads successfully on an AR9160 card, but still seems to have some rf issues)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11884 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoupdate compat-wireless to a newer version, but leave it at the old version for brcm47...
nbd [Sun, 20 Jul 2008 11:43:56 +0000 (11:43 +0000)]
update compat-wireless to a newer version, but leave it at the old version for brcm47xx (b43 does not compile with the new one)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11883 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agofix madwifi mode setting
nbd [Sun, 20 Jul 2008 00:51:00 +0000 (00:51 +0000)]
fix madwifi mode setting

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11882 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agosome more mvswitch fixes:
nbd [Sat, 19 Jul 2008 23:09:56 +0000 (23:09 +0000)]
some more mvswitch fixes:
- initialize the vlan destination map properly
- workaround for moving node bug: clear the ATU database on every PHY poll

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11881 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadd extra safety for the packet mangling in the mvswitch driver
nbd [Sat, 19 Jul 2008 23:09:43 +0000 (23:09 +0000)]
add extra safety for the packet mangling in the mvswitch driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11880 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoPackage common nfs kernel modules separately, add missing modules to nfsd (#3558)
florian [Sat, 19 Jul 2008 16:56:24 +0000 (16:56 +0000)]
Package common nfs kernel modules separately, add missing modules to nfsd (#3558)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11875 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoNative toolchain does not support -fhonour-copts, do not add it to the TARGET_CFLAGS
florian [Sat, 19 Jul 2008 16:29:01 +0000 (16:29 +0000)]
Native toolchain does not support -fhonour-copts, do not add it to the TARGET_CFLAGS

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11874 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoUpdate UML to 2.6.26
florian [Sat, 19 Jul 2008 16:28:33 +0000 (16:28 +0000)]
Update UML to 2.6.26

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11873 3c298f89-4303-0410-b956-a3cf2f4a3e73

15 years agoadds ifxmips profiles
blogic [Sat, 19 Jul 2008 13:12:47 +0000 (13:12 +0000)]
adds ifxmips profiles

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11871 3c298f89-4303-0410-b956-a3cf2f4a3e73