Michael Büsch [Mon, 28 Feb 2011 16:52:01 +0000 (16:52 +0000)]
omap24xx: Update 2.6.38 config. This fixes MMC.
SVN-Revision: 25794
Felix Fietkau [Mon, 28 Feb 2011 16:17:04 +0000 (16:17 +0000)]
mklibs: properly fix library linking - the relinking in some instances used static libraries instead of shared ones with the same name, that led to some nasty symbol conflicts and pic issues. fix this by always using the full path to the libraries and also fix the libc vs libpthread linking order
SVN-Revision: 25793
Felix Fietkau [Mon, 28 Feb 2011 16:17:00 +0000 (16:17 +0000)]
ubus: add a missing dependency
SVN-Revision: 25792
Michael Büsch [Mon, 28 Feb 2011 15:52:03 +0000 (15:52 +0000)]
block2mtd: More 2.6.38 fixes
SVN-Revision: 25791
Michael Büsch [Mon, 28 Feb 2011 15:32:45 +0000 (15:32 +0000)]
mtd: Fix compile warning
SVN-Revision: 25790
Michael Büsch [Mon, 28 Feb 2011 15:19:45 +0000 (15:19 +0000)]
jffs2-lzma: Fix compile warning
SVN-Revision: 25789
Michael Büsch [Mon, 28 Feb 2011 15:10:55 +0000 (15:10 +0000)]
mini_fo: More 2.6.38 fixes
SVN-Revision: 25788
Daniel Dickinson [Mon, 28 Feb 2011 01:46:46 +0000 (01:46 +0000)]
block-mount: Fixed shell error on empty string due to -eq to number for the optional find_root variable
SVN-Revision: 25787
Daniel Dickinson [Mon, 28 Feb 2011 01:46:24 +0000 (01:46 +0000)]
block-mount,block-extroot: Modify mount.sh so that block-extroot mounts target /overlay as rootfs (use if is_rootfs is now deprecated) when block-extroot is installed, and as /tmp/overlay-disabled otherwise
SVN-Revision: 25786
Felix Fietkau [Mon, 28 Feb 2011 01:20:49 +0000 (01:20 +0000)]
kernel: the usb pci quirks removal patch was a bit overzealous, leave in some functions referenced from other modules
SVN-Revision: 25785
Felix Fietkau [Sun, 27 Feb 2011 21:46:15 +0000 (21:46 +0000)]
mac80211: improve ath9k AP A-MPDU PS buffering
SVN-Revision: 25779
Felix Fietkau [Sun, 27 Feb 2011 21:46:08 +0000 (21:46 +0000)]
mac80211: override CONFIG_IWLWIFI_LEGACY
SVN-Revision: 25778
Michael Büsch [Sun, 27 Feb 2011 21:38:15 +0000 (21:38 +0000)]
n810: Fix tsc2005 busnum
SVN-Revision: 25777
Felix Fietkau [Sun, 27 Feb 2011 21:37:21 +0000 (21:37 +0000)]
mac80211: set CONFIG_RTLWIFI
SVN-Revision: 25776
Felix Fietkau [Sun, 27 Feb 2011 20:50:45 +0000 (20:50 +0000)]
p54: fix a null pointer dereference bug
SVN-Revision: 25775
Michael Büsch [Sun, 27 Feb 2011 20:40:10 +0000 (20:40 +0000)]
n810bm: Compile fix for kernel with lock debugging
SVN-Revision: 25774
Felix Fietkau [Sun, 27 Feb 2011 20:06:13 +0000 (20:06 +0000)]
kernel: disable sysctl syscall support - nothing uses it
SVN-Revision: 25773
Felix Fietkau [Sun, 27 Feb 2011 20:06:05 +0000 (20:06 +0000)]
fix wrong copy&paste in the helptext for kernel AIO support
SVN-Revision: 25772
Felix Fietkau [Sun, 27 Feb 2011 19:52:57 +0000 (19:52 +0000)]
kernel: disable scheduler actions by default, they will be enabled only when kmod-sched is selected
SVN-Revision: 25771
Felix Fietkau [Sun, 27 Feb 2011 19:52:52 +0000 (19:52 +0000)]
kernel: disable /proc/kcore
SVN-Revision: 25770
Felix Fietkau [Sun, 27 Feb 2011 19:52:48 +0000 (19:52 +0000)]
kernel: make AIO support configurable (disabled by default)
SVN-Revision: 25769
Felix Fietkau [Sun, 27 Feb 2011 19:52:43 +0000 (19:52 +0000)]
kernel: when disabling common quirks, disable them in the usb subsystem as well - bios handover is useless for most platforms
SVN-Revision: 25768
Felix Fietkau [Sun, 27 Feb 2011 19:52:38 +0000 (19:52 +0000)]
kernel: de-bloat the lzma library used by jffs2
SVN-Revision: 25767
Felix Fietkau [Sun, 27 Feb 2011 19:52:34 +0000 (19:52 +0000)]
kernel: disable CONFIG_CRYPTO_ALGAPI* by default, it will be built into the kmod-crypto-core package
SVN-Revision: 25766
Felix Fietkau [Sun, 27 Feb 2011 19:52:29 +0000 (19:52 +0000)]
kernel: disable CONFIG_SYSCTL_SYSCALL_CHECK by default
SVN-Revision: 25765
Felix Fietkau [Sun, 27 Feb 2011 19:52:25 +0000 (19:52 +0000)]
kernel: disable CONFIG_LEDS_TRIGGER_HEARTBEAT by default, nothing uses it
SVN-Revision: 25764
Felix Fietkau [Sun, 27 Feb 2011 19:52:17 +0000 (19:52 +0000)]
kernel: disable CONFIG_WIRELESS_EXT_SYSFS by default
SVN-Revision: 25763
Felix Fietkau [Sun, 27 Feb 2011 19:52:13 +0000 (19:52 +0000)]
kernel: add a patch for isolating individual bridge ports
SVN-Revision: 25762
Florian Fainelli [Sun, 27 Feb 2011 19:04:02 +0000 (19:04 +0000)]
make au1OOO_eth probes all PHY addresses for MTX-1
SVN-Revision: 25761
Florian Fainelli [Sun, 27 Feb 2011 19:03:55 +0000 (19:03 +0000)]
refresh 2.6.37 patches
SVN-Revision: 25760
Michael Büsch [Sun, 27 Feb 2011 17:24:28 +0000 (17:24 +0000)]
cbus-retu: Fix nested IRQ handling
SVN-Revision: 25759
Michael Büsch [Sun, 27 Feb 2011 17:23:58 +0000 (17:23 +0000)]
omap24xx: Fix possible MMC null ptr deref
SVN-Revision: 25758
Michael Büsch [Sun, 27 Feb 2011 17:23:24 +0000 (17:23 +0000)]
rename patch
SVN-Revision: 25757
Florian Fainelli [Sun, 27 Feb 2011 15:45:05 +0000 (15:45 +0000)]
acx-mac8011: bump to
20110123
SVN-Revision: 25756
Florian Fainelli [Sun, 27 Feb 2011 15:44:49 +0000 (15:44 +0000)]
use kmod-acx-mac80211 by default
SVN-Revision: 25755
Jo-Philipp Wich [Sun, 27 Feb 2011 15:39:27 +0000 (15:39 +0000)]
add config.rpath and link it in autotools.mk if missing, some packages might need it, especially users of lib-link.m4 or iconv.m4
SVN-Revision: 25753
Felix Fietkau [Sun, 27 Feb 2011 11:22:30 +0000 (11:22 +0000)]
netfilter.mk: put ipv6 conntrack in the right package
SVN-Revision: 25750
Felix Fietkau [Sun, 27 Feb 2011 11:22:26 +0000 (11:22 +0000)]
mac80211: update to 2011-02-25
SVN-Revision: 25749
Felix Fietkau [Sun, 27 Feb 2011 11:22:21 +0000 (11:22 +0000)]
kernel 2.6.38: add a few missing config symbols
SVN-Revision: 25748
Michael Büsch [Sun, 27 Feb 2011 00:07:57 +0000 (00:07 +0000)]
omap24xx: Update MMC fixes
SVN-Revision: 25747
Michael Büsch [Sat, 26 Feb 2011 23:52:18 +0000 (23:52 +0000)]
omap24xx: Add 2.6.38 files
SVN-Revision: 25746
Jo-Philipp Wich [Sat, 26 Feb 2011 17:40:09 +0000 (17:40 +0000)]
xfsprogs: explicitely disable gettext and 64bit library support
SVN-Revision: 25733
Felix Fietkau [Sat, 26 Feb 2011 16:28:54 +0000 (16:28 +0000)]
ubus: update to the latest version to fix a compile error with gcc 4.5
SVN-Revision: 25732
Felix Fietkau [Sat, 26 Feb 2011 15:50:01 +0000 (15:50 +0000)]
netfilter: add missing modules for v6 conntrack (patch from #8940)
SVN-Revision: 25731
Florian Fainelli [Sat, 26 Feb 2011 15:18:02 +0000 (15:18 +0000)]
fix MII register ioremap on when high cpmac is available, patch from Wipster
SVN-Revision: 25730
Felix Fietkau [Sat, 26 Feb 2011 06:23:32 +0000 (06:23 +0000)]
ixp4xx: clean up patches, fold the 2.6.37 update patch into the relevant board support patches
SVN-Revision: 25727
Felix Fietkau [Sat, 26 Feb 2011 06:23:27 +0000 (06:23 +0000)]
ixp4xx: remove 2.6.36 support
SVN-Revision: 25726
Felix Fietkau [Sat, 26 Feb 2011 06:23:23 +0000 (06:23 +0000)]
ixp4xx: fix the i2c pld driver for 2.6.37 - i2c uses a rt_mutex instead of a mutex now
SVN-Revision: 25725
Felix Fietkau [Sat, 26 Feb 2011 06:23:18 +0000 (06:23 +0000)]
ixp4xx: recreate the 2.6.37 config from the 2.6.32 one to clean up several faulty overrides
SVN-Revision: 25724
Felix Fietkau [Sat, 26 Feb 2011 00:46:53 +0000 (00:46 +0000)]
add redboot-ar231x (LZMA compressed redboot for a few devices)
SVN-Revision: 25723
Felix Fietkau [Sat, 26 Feb 2011 00:35:22 +0000 (00:35 +0000)]
move nf_{conntrack,nat}_tftp to ipt-nathelper-extra, most people don't need this
SVN-Revision: 25722
Felix Fietkau [Sat, 26 Feb 2011 00:30:32 +0000 (00:30 +0000)]
atheros: remove support for older kernels
SVN-Revision: 25721
Felix Fietkau [Sat, 26 Feb 2011 00:30:26 +0000 (00:30 +0000)]
atheros: update to 2.6.37.1
SVN-Revision: 25720
Felix Fietkau [Fri, 25 Feb 2011 23:26:33 +0000 (23:26 +0000)]
ar71xx: remove support for 2.6.36
SVN-Revision: 25716
Felix Fietkau [Fri, 25 Feb 2011 23:25:47 +0000 (23:25 +0000)]
ar71xx: update to 2.6.37.1
SVN-Revision: 25715
Jo-Philipp Wich [Fri, 25 Feb 2011 23:23:40 +0000 (23:23 +0000)]
relayd: add uci integration
SVN-Revision: 25714
Jo-Philipp Wich [Fri, 25 Feb 2011 22:44:37 +0000 (22:44 +0000)]
base-files: fix sysctl handling, do not react on fake ifaces in route hotplug handler
SVN-Revision: 25713
Imre Kaloz [Fri, 25 Feb 2011 18:00:54 +0000 (18:00 +0000)]
register gmac, too
SVN-Revision: 25712
Imre Kaloz [Fri, 25 Feb 2011 17:46:03 +0000 (17:46 +0000)]
optimize for the fa526 core
SVN-Revision: 25711
Imre Kaloz [Fri, 25 Feb 2011 17:45:46 +0000 (17:45 +0000)]
optimize for the fa526 core
SVN-Revision: 25710
Imre Kaloz [Fri, 25 Feb 2011 17:44:18 +0000 (17:44 +0000)]
backport fa526 optimization for gcc 4.5+
SVN-Revision: 25709
Imre Kaloz [Fri, 25 Feb 2011 17:43:15 +0000 (17:43 +0000)]
use the Linaro GCC for arm and mips targets
SVN-Revision: 25708
Imre Kaloz [Fri, 25 Feb 2011 17:33:04 +0000 (17:33 +0000)]
switch back to xscale mtune, marvell_f is unlikely to get upstreamed
SVN-Revision: 25707
Imre Kaloz [Fri, 25 Feb 2011 17:26:25 +0000 (17:26 +0000)]
upgrade to 2.6.37.1
SVN-Revision: 25706
Imre Kaloz [Fri, 25 Feb 2011 16:52:25 +0000 (16:52 +0000)]
We use different toolchain directories for different ARM archs, so we should set the default arch of gcc to reflect this.
This enables EABI support for armv4 CPUs.
Signed-off-by: Jochen Friedrich <jochen@scram.de>
SVN-Revision: 25705
Alexandros C. Couloumbis [Thu, 24 Feb 2011 19:13:05 +0000 (19:13 +0000)]
linux/generic: fix block2mtd for 2.6.38
SVN-Revision: 25704
Alexandros C. Couloumbis [Thu, 24 Feb 2011 19:08:49 +0000 (19:08 +0000)]
linux/generic: fix r25699 take II
SVN-Revision: 25703
Alexandros C. Couloumbis [Thu, 24 Feb 2011 15:53:32 +0000 (15:53 +0000)]
package/madwifi: fix for kernels >= 2.6.38
SVN-Revision: 25702
Alexandros C. Couloumbis [Thu, 24 Feb 2011 15:51:28 +0000 (15:51 +0000)]
package/wprobe: fix for kernels >= 2.6.38
SVN-Revision: 25701
Alexandros C. Couloumbis [Thu, 24 Feb 2011 14:52:13 +0000 (14:52 +0000)]
linux/generic: fix r25699 (thanks nbd)
SVN-Revision: 25700
Alexandros C. Couloumbis [Thu, 24 Feb 2011 14:45:53 +0000 (14:45 +0000)]
linux/generic: fix mini_fo for kernels >= 2.6.38
SVN-Revision: 25699
Imre Kaloz [Thu, 24 Feb 2011 12:56:20 +0000 (12:56 +0000)]
upgrade to latest git, refresh patches
SVN-Revision: 25698
Imre Kaloz [Thu, 24 Feb 2011 08:15:06 +0000 (08:15 +0000)]
upgrade to 2.6.37.1
SVN-Revision: 25697
Imre Kaloz [Thu, 24 Feb 2011 08:14:15 +0000 (08:14 +0000)]
sync avr32 patch with the latest ones from atmel
SVN-Revision: 25696
Imre Kaloz [Thu, 24 Feb 2011 08:12:38 +0000 (08:12 +0000)]
include u-boot version in filename
SVN-Revision: 25695
John Crispin [Thu, 24 Feb 2011 07:41:10 +0000 (07:41 +0000)]
* adds stage1 lzma * new boards * fixes settings for PSC ram * lost of cleanups
SVN-Revision: 25694
Felix Fietkau [Thu, 24 Feb 2011 01:11:16 +0000 (01:11 +0000)]
add kmod-oprofile to package/kernel
SVN-Revision: 25690
Felix Fietkau [Thu, 24 Feb 2011 01:11:11 +0000 (01:11 +0000)]
kernel: the patch to disable the crypto tests is no longer necessary since 2.6.36, remove it
SVN-Revision: 25689
Felix Fietkau [Thu, 24 Feb 2011 01:11:04 +0000 (01:11 +0000)]
kmod-crypto: fix selecting core crypto modules
SVN-Revision: 25688
Felix Fietkau [Thu, 24 Feb 2011 00:30:13 +0000 (00:30 +0000)]
kmod-crypto: remove pcomp, nothing uses it
SVN-Revision: 25686
Felix Fietkau [Thu, 24 Feb 2011 00:30:09 +0000 (00:30 +0000)]
qos-scripts: disable overhead calculation by default, it does not work properly for many line speeds
SVN-Revision: 25685
Felix Fietkau [Thu, 24 Feb 2011 00:30:02 +0000 (00:30 +0000)]
kernel config: disable the pcomp api + zlib decompressor by default - it has not been used for a while now
SVN-Revision: 25684
Felix Fietkau [Thu, 24 Feb 2011 00:29:57 +0000 (00:29 +0000)]
kernel config: remove the obsolete pcomp unlzma symbol
SVN-Revision: 25683
Felix Fietkau [Thu, 24 Feb 2011 00:29:52 +0000 (00:29 +0000)]
kernel config: refresh using kconfig.pl
SVN-Revision: 25682
Michael Büsch [Wed, 23 Feb 2011 23:44:59 +0000 (23:44 +0000)]
2.6.38: Remove patches that are upstream in -rc6
SVN-Revision: 25680
Jo-Philipp Wich [Wed, 23 Feb 2011 22:59:57 +0000 (22:59 +0000)]
Send ipkg-make-index.sh output to stdout
The "Generating index for package" created by ipkg-make-index only
clutter stderr and serve to push previous warnings/errors off-screen.
Instead, send to stdout.
Note: This would send incorrect invocation messages to stdout as well.
If this is a concern, perhaps we could send them to FD 3, then send 3 to
2...
Signed-off-by: Kevin Locke <klocke@digitalenginesoftware.com>
SVN-Revision: 25678
Jo-Philipp Wich [Wed, 23 Feb 2011 22:58:58 +0000 (22:58 +0000)]
Never write errors to stdout from ipkg-make-index.sh
Since the output of ipkg-make-index.sh is unconditionally used to create
the Packages file, sending the errors into this file is unacceptable
(both because they are not shown to users and because they make an
invalid Packages file).
For incorrect invocation, write to stderr.
For errors from which, send to /dev/null with stdout.
Signed-off-by: Kevin Locke <klocke@digitalenginesoftware.com>
SVN-Revision: 25677
Florian Fainelli [Wed, 23 Feb 2011 22:28:46 +0000 (22:28 +0000)]
switch to 2.6.37.1
SVN-Revision: 25675
Jo-Philipp Wich [Wed, 23 Feb 2011 21:51:17 +0000 (21:51 +0000)]
kernel: fix path to pcidev driver
SVN-Revision: 25670
Jo-Philipp Wich [Wed, 23 Feb 2011 21:43:50 +0000 (21:43 +0000)]
kernel: make xen pcidev driver depend on Linux 2.6.37 or 2.6.38
SVN-Revision: 25669
Jo-Philipp Wich [Wed, 23 Feb 2011 20:13:40 +0000 (20:13 +0000)]
kernel: fix kmod-xen-evtchn for Linux 2.6.37+
SVN-Revision: 25668
Jo-Philipp Wich [Tue, 22 Feb 2011 14:17:57 +0000 (14:17 +0000)]
drop obsolete patch
SVN-Revision: 25661
Felix Fietkau [Tue, 22 Feb 2011 00:10:19 +0000 (00:10 +0000)]
qos-scripts: add missing dependency
SVN-Revision: 25656
Jo-Philipp Wich [Mon, 21 Feb 2011 19:49:48 +0000 (19:49 +0000)]
jshn: add build dependency on libubox, it needs the list.h header from it
SVN-Revision: 25652
Alexandros C. Couloumbis [Mon, 21 Feb 2011 13:08:55 +0000 (13:08 +0000)]
package/madwifi: extend wlanconfig scan ssid field from 14 to 30 characters
SVN-Revision: 25649
Imre Kaloz [Mon, 21 Feb 2011 11:43:16 +0000 (11:43 +0000)]
remove the CS variant - broken since it's addition
SVN-Revision: 25648
Florian Fainelli [Mon, 21 Feb 2011 09:35:36 +0000 (09:35 +0000)]
add a default network config file, patch from Wipster
SVN-Revision: 25647
Imre Kaloz [Mon, 21 Feb 2011 09:27:32 +0000 (09:27 +0000)]
as [25641] removed kernel IMQ support, remove it from iptables as well
SVN-Revision: 25646
Lars-Peter Clausen [Mon, 21 Feb 2011 06:14:25 +0000 (06:14 +0000)]
Refresh patches for 2.6.37.1
SVN-Revision: 25644
Felix Fietkau [Mon, 21 Feb 2011 02:45:56 +0000 (02:45 +0000)]
kernel: add missing config symbols
SVN-Revision: 25643