8d9c6a8f06tools/xz: update to version 5.0.1
Alexandros C. Couloumbis
2011-03-03 10:26:11 +00:00
72e6f95f99add more missing kernel symbols
Jo-Philipp Wich
2011-03-03 10:15:55 +00:00
85b303bed0add missing kernel symbol
Jo-Philipp Wich
2011-03-03 10:10:35 +00:00
e2a0620d44toolchain/gcc: fix r25709 (closes#8964)
Alexandros C. Couloumbis
2011-03-03 10:09:06 +00:00
434e1950c6add missing symbol
Jo-Philipp Wich
2011-03-03 02:31:48 +00:00
260652bf8fadd an abstract $(LIBRPC_DEPENDS) variable for feed packages to rely on
Jo-Philipp Wich
2011-03-03 01:45:36 +00:00
de4fdd0ce6add a stamp that can forcibly disable autorebuild for a specific package - useful for testing changes to packages with extremely long recompilation times
Felix Fietkau
2011-03-03 00:17:08 +00:00
3494bdc59amac80211: allow AP configuration of beacon interval, DTIM period, maximum permissible STA listen interval, and basic rates
Felix Fietkau
2011-03-02 21:08:28 +00:00
13333a6742firewall: move include sourcing into a subshell, this makes the firewall init immune against exit in the include scripts
Jo-Philipp Wich
2011-03-02 19:20:29 +00:00
d1f44a7598gcc: disable extension elimination, it causes hostapd to be miscompiled on mips
Felix Fietkau
2011-03-02 17:54:02 +00:00
9a1b2c8c70n810bm: Add charger_state attribute
Michael Büsch
2011-03-02 16:22:52 +00:00
d5d6811ac4cbus-retu-wdt: Some fixes
Michael Büsch
2011-03-02 16:20:58 +00:00
3c801b3dc0tune some more options by default to decrease size
Imre Kaloz
2011-03-02 14:51:45 +00:00
9f803ade18upgrade to 0.53.1
Imre Kaloz
2011-03-02 14:20:51 +00:00
8c0df5f96copkg: use -ffunction-sections, -fdata-sections and --gc-sections
Felix Fietkau
2011-03-02 12:48:04 +00:00
575a35c58dpppd: use -ffunction-sections, -fdata-sections and --gc-sections, saves 5k uncompressed
Felix Fietkau
2011-03-02 12:48:00 +00:00
679dbee95fdnsmasq: use -ffunction-sections, -fdata-sections and --gc-sections, saves 8k uncompressed
Felix Fietkau
2011-03-02 12:47:57 +00:00
c05198bf8edropbear: use -ffunction-sections, -fdata-sections and --gc-sections, saves 19k uncompressed
Felix Fietkau
2011-03-02 12:47:52 +00:00
0670771013hostapd: use -ffunction-sections, -fdata-sections and --gc-sections, reduces binary size a bit
Felix Fietkau
2011-03-02 12:01:08 +00:00
0e4c9de00eadd usb support for the wbd111, refresh patches
Imre Kaloz
2011-03-02 11:43:13 +00:00
7b44be03d82.6.38: Let mac80211 select CONFIG_AVERAGE
Michael Büsch
2011-03-01 18:55:00 +00:00
b90a6f7682busybox: enable mount helpers by default (#8946)
Jo-Philipp Wich
2011-03-01 18:08:02 +00:00
1ca64678bbfirewall: fix rule generation for v4 or v6 only zones (#8955)
Jo-Philipp Wich
2011-03-01 18:04:14 +00:00
a37fc00aefomap24xx: Fix missing symbols for mac80211
Michael Büsch
2011-03-01 17:28:16 +00:00
9dd1454044fix patches after 2.6.37 update, patch from KanjiMonster
Florian Fainelli
2011-03-01 16:02:38 +00:00
3acbe5b392ipset: do not use -static-libgcc
Felix Fietkau
2011-03-01 15:41:28 +00:00
925965627fiptables: do not use -static-libgcc
Felix Fietkau
2011-03-01 15:41:21 +00:00
c2e2651b71toolchain: remove -lgcc_eh from the default libgcc spec, it breaks packages
Felix Fietkau
2011-03-01 15:38:58 +00:00
1da9f079b6update arm mach-types
Imre Kaloz
2011-03-01 11:24:43 +00:00
1f5d24e562refresh patches with -rc6
Imre Kaloz
2011-03-01 11:24:08 +00:00
783e064632uClibc: set the toolchain info at install time instead of prepare time, fixes staging dir rebuilds
Felix Fietkau
2011-03-01 05:41:02 +00:00
fa74dadda8busybox: remove the -static-libgcc flag, saves a few kb
Felix Fietkau
2011-03-01 05:40:57 +00:00
23e18c9037gcc-linaro: fix the libgcc spec to default to using the shared libgcc
Felix Fietkau
2011-03-01 05:40:47 +00:00
1cc0bcfffcbase-files: relink uclibc and libgcc libraries to remove leftovers of the statically linked initial libgcc saves a few kb and gets rid of unused not exported functions as well should also improve the reliability of mklibs
Felix Fietkau
2011-03-01 05:40:38 +00:00
15a014c13aomap24xx: Update kconfig
Michael Büsch
2011-02-28 20:50:51 +00:00
bddfdb8ec4n810bm: Refresh patch
Michael Büsch
2011-02-28 20:28:54 +00:00
dab8f5d750n810: Fix LCD
Michael Büsch
2011-02-28 20:28:06 +00:00
3e390fb827cbus-retu: Add IRQ handler locking
Michael Büsch
2011-02-28 20:24:56 +00:00
ad45e24bd0mklibs: fix some long standing libpthread symbol link issues, mostly related to weak function overrides between libgcc, libc and libpthread
Felix Fietkau
2011-02-28 18:17:02 +00:00
e6267871daomap24xx: Update 2.6.38 config. This fixes MMC.
Michael Büsch
2011-02-28 16:52:01 +00:00
04e3dae4admklibs: 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
Felix Fietkau
2011-02-28 16:17:04 +00:00
d8e217c28fubus: add a missing dependency
Felix Fietkau
2011-02-28 16:17:00 +00:00
0ff0b6aa5eblock2mtd: More 2.6.38 fixes
Michael Büsch
2011-02-28 15:52:03 +00:00
1147380771mtd: Fix compile warning
Michael Büsch
2011-02-28 15:32:45 +00:00
eb53b526ebjffs2-lzma: Fix compile warning
Michael Büsch
2011-02-28 15:19:45 +00:00
38430ba588mini_fo: More 2.6.38 fixes
Michael Büsch
2011-02-28 15:10:55 +00:00
47370c1fa4block-mount: Fixed shell error on empty string due to -eq to number for the optional find_root variable
Daniel Dickinson
2011-02-28 01:46:46 +00:00
db0bff2724block-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
Daniel Dickinson
2011-02-28 01:46:24 +00:00
de194ac4c2kernel: the usb pci quirks removal patch was a bit overzealous, leave in some functions referenced from other modules
Felix Fietkau
2011-02-28 01:20:49 +00:00
1f08de0a7emac80211: improve ath9k AP A-MPDU PS buffering
Felix Fietkau
2011-02-27 21:46:15 +00:00
e21f69d640mac80211: override CONFIG_IWLWIFI_LEGACY
Felix Fietkau
2011-02-27 21:46:08 +00:00
396eebc3a4n810: Fix tsc2005 busnum
Michael Büsch
2011-02-27 21:38:15 +00:00
c7677a6e5emac80211: set CONFIG_RTLWIFI
Felix Fietkau
2011-02-27 21:37:21 +00:00
ba5bfe48c3p54: fix a null pointer dereference bug
Felix Fietkau
2011-02-27 20:50:45 +00:00
f6bd11e72dn810bm: Compile fix for kernel with lock debugging
Michael Büsch
2011-02-27 20:40:10 +00:00
d5c7314b76kernel: disable sysctl syscall support - nothing uses it
Felix Fietkau
2011-02-27 20:06:13 +00:00
7ae115eac6fix wrong copy&paste in the helptext for kernel AIO support
Felix Fietkau
2011-02-27 20:06:05 +00:00
875c8353f6kernel: disable scheduler actions by default, they will be enabled only when kmod-sched is selected
Felix Fietkau
2011-02-27 19:52:57 +00:00
0e455ce84ckernel: disable /proc/kcore
Felix Fietkau
2011-02-27 19:52:52 +00:00
5a56b0fe35kernel: make AIO support configurable (disabled by default)
Felix Fietkau
2011-02-27 19:52:48 +00:00
7b1f833ffckernel: when disabling common quirks, disable them in the usb subsystem as well - bios handover is useless for most platforms
Felix Fietkau
2011-02-27 19:52:43 +00:00
3fd1dd08fbkernel: de-bloat the lzma library used by jffs2
Felix Fietkau
2011-02-27 19:52:38 +00:00
0839658cbekernel: disable CONFIG_CRYPTO_ALGAPI* by default, it will be built into the kmod-crypto-core package
Felix Fietkau
2011-02-27 19:52:34 +00:00
115a37d160kernel: disable CONFIG_SYSCTL_SYSCALL_CHECK by default
Felix Fietkau
2011-02-27 19:52:29 +00:00
93475d913ekernel: disable CONFIG_LEDS_TRIGGER_HEARTBEAT by default, nothing uses it
Felix Fietkau
2011-02-27 19:52:25 +00:00
a29c9c0712kernel: disable CONFIG_WIRELESS_EXT_SYSFS by default
Felix Fietkau
2011-02-27 19:52:17 +00:00
5ccc1a4553kernel: add a patch for isolating individual bridge ports
Felix Fietkau
2011-02-27 19:52:13 +00:00
16886de029make au1OOO_eth probes all PHY addresses for MTX-1
Florian Fainelli
2011-02-27 19:04:02 +00:00
4779fdce2acbus-retu: Fix nested IRQ handling
Michael Büsch
2011-02-27 17:24:28 +00:00
560ae67c67omap24xx: Fix possible MMC null ptr deref
Michael Büsch
2011-02-27 17:23:58 +00:00
5a3eb5f075rename patch
Michael Büsch
2011-02-27 17:23:24 +00:00
5f59f81af8acx-mac8011: bump to 20110123
Florian Fainelli
2011-02-27 15:45:05 +00:00
06ddfcc75cuse kmod-acx-mac80211 by default
Florian Fainelli
2011-02-27 15:44:49 +00:00
073c5e0e74add config.rpath and link it in autotools.mk if missing, some packages might need it, especially users of lib-link.m4 or iconv.m4
Jo-Philipp Wich
2011-02-27 15:39:27 +00:00
c864843cbfnetfilter.mk: put ipv6 conntrack in the right package
Felix Fietkau
2011-02-27 11:22:30 +00:00
39570be248mac80211: update to 2011-02-25
Felix Fietkau
2011-02-27 11:22:26 +00:00
fb28515e26kernel 2.6.38: add a few missing config symbols
Felix Fietkau
2011-02-27 11:22:21 +00:00
543a44ca96omap24xx: Update MMC fixes
Michael Büsch
2011-02-27 00:07:57 +00:00
9f44b588ecomap24xx: Add 2.6.38 files
Michael Büsch
2011-02-26 23:52:18 +00:00
673cf73ceexfsprogs: explicitely disable gettext and 64bit library support
Jo-Philipp Wich
2011-02-26 17:40:09 +00:00
b4e4c64fd4ubus: update to the latest version to fix a compile error with gcc 4.5
Felix Fietkau
2011-02-26 16:28:54 +00:00
2d14f4e2f8netfilter: add missing modules for v6 conntrack (patch from #8940)
Felix Fietkau
2011-02-26 15:50:01 +00:00
f198979addfix MII register ioremap on when high cpmac is available, patch from Wipster
Florian Fainelli
2011-02-26 15:18:02 +00:00
c3f3c60730ixp4xx: clean up patches, fold the 2.6.37 update patch into the relevant board support patches
Felix Fietkau
2011-02-26 06:23:32 +00:00
053485e66eixp4xx: remove 2.6.36 support
Felix Fietkau
2011-02-26 06:23:27 +00:00
89a668b52aixp4xx: fix the i2c pld driver for 2.6.37 - i2c uses a rt_mutex instead of a mutex now
Felix Fietkau
2011-02-26 06:23:23 +00:00
13556da59aixp4xx: recreate the 2.6.37 config from the 2.6.32 one to clean up several faulty overrides
Felix Fietkau
2011-02-26 06:23:18 +00:00
190c8d81dfadd redboot-ar231x (LZMA compressed redboot for a few devices)
Felix Fietkau
2011-02-26 00:46:53 +00:00
831e597d7cmove nf_{conntrack,nat}_tftp to ipt-nathelper-extra, most people don't need this
Felix Fietkau
2011-02-26 00:35:22 +00:00
3f03eafd19atheros: remove support for older kernels
Felix Fietkau
2011-02-26 00:30:32 +00:00
c4a5ad47f2atheros: update to 2.6.37.1
Felix Fietkau
2011-02-26 00:30:26 +00:00
377898e785ar71xx: remove support for 2.6.36
Felix Fietkau
2011-02-25 23:26:33 +00:00
4c808e972bar71xx: update to 2.6.37.1
Felix Fietkau
2011-02-25 23:25:47 +00:00