Commit graph

287 commits

Author SHA1 Message Date
Felix Fietkau
394918851f add patch for including unpartitioned space in the rootfs partition for redboot devices (if applicable)
SVN-Revision: 10263
2008-01-26 03:21:09 +00:00
John Crispin
2a8b143cb3 remove binary file
SVN-Revision: 10262
2008-01-26 03:17:35 +00:00
John Crispin
0844d5fe49 add generic gpio char dev for CONFIG_GENERIC_GPIO archs
SVN-Revision: 10261
2008-01-26 03:16:11 +00:00
John Crispin
62963b1ce2 change annoying\unavble to open console" warning
SVN-Revision: 10257
2008-01-25 18:45:40 +00:00
Felix Fietkau
7fedac059c add missing kconfig entry
SVN-Revision: 10182
2008-01-14 00:27:01 +00:00
Florian Fainelli
4e9cc1b056 Fix esfq compilation (#3005)
SVN-Revision: 10174
2008-01-11 19:26:11 +00:00
Tim Yardley
063e150eb9 updated iproute2 to 2.6.23 + latest debian patches + latest esfq. deleted patches have been merged upstream. note, this also brings in the necessary esfq changes in the kernel
SVN-Revision: 10147
2008-01-08 22:28:35 +00:00
Tim Yardley
244e25e2d7 update to the latest imq patch for 2.6.23 from http://www.actusa.net/~linuximq/
SVN-Revision: 10145
2008-01-08 18:21:22 +00:00
Imre Kaloz
3b7f9d1c92 fix arm kernel builds with recent binutils versions
SVN-Revision: 10079
2008-01-01 19:32:29 +00:00
Tim Yardley
e66822935e update to netfilter 2.17
SVN-Revision: 9806
2007-12-19 19:08:07 +00:00
Felix Fietkau
985ee9fc8f LED driver for PCEngines ALIX boards
This patch adds a driver for the three LEDs that exists on the
PCEngines ALIX 2 and 3 series boards.

The driver is also added to the Alix profile.

Signed-off-by: Petr Liebman <petrliebman@gmail.com>

--

SVN-Revision: 9748
2007-12-14 00:52:15 +00:00
Felix Fietkau
8b4ba82c0e remove an unused #include statement that is causing compile issues on osx
SVN-Revision: 9711
2007-12-12 00:11:22 +00:00
Florian Fainelli
71f1ca2cba Replace deprecated DEBUG config symbol
SVN-Revision: 9706
2007-12-11 08:30:48 +00:00
Florian Fainelli
a86b7992f9 Forgot removing that file while applying patch from #2757
SVN-Revision: 9690
2007-12-09 17:52:27 +00:00
Tim Yardley
59a715fdd5 updated layer7 to 2.15.. current is 2.16.1, i might bump again, this has been uncommitted for a bit
SVN-Revision: 9674
2007-12-08 15:52:26 +00:00
Felix Fietkau
691be1ebe3 add missing kernel config symbol
SVN-Revision: 9668
2007-12-07 19:24:16 +00:00
Travis Kemen
be9bf2bf40 add txpower patches and add uci configuration file From: Vasilis T. (aka Acinonyx)
SVN-Revision: 9610
2007-11-28 03:44:18 +00:00
Felix Fietkau
679089c6a8 work around kernel config issues with sound modules
SVN-Revision: 9598
2007-11-25 17:15:30 +00:00
Florian Fainelli
84b2bcb5be Fix build on non-SMP machines of the remote GDB debugging (#2666)
SVN-Revision: 9571
2007-11-16 07:39:48 +00:00
Felix Fietkau
ba85de21e9 add missing config symbols for ide on broadcom 4780
SVN-Revision: 9558
2007-11-16 03:11:24 +00:00
Felix Fietkau
6954e434f9 fix initramfs images
SVN-Revision: 9557
2007-11-16 03:11:21 +00:00
Felix Fietkau
4db640a503 disable pci ide irq sharing by default - probably causes issues on alix (unconfirmed)
SVN-Revision: 9527
2007-11-10 18:04:17 +00:00
Felix Fietkau
fa2828f9e5 move a few config options to the generic templates to avoid kernel config questions
SVN-Revision: 9510
2007-11-07 20:36:12 +00:00
Gabor Juhos
6310dc873b add default option for the OTi-6858 USB serial device (closes #2631)
SVN-Revision: 9484
2007-11-02 09:08:59 +00:00
John Crispin
39679eba93 fixed typo in generic squashfs split patch ... shame on you :)
SVN-Revision: 9455
2007-10-27 19:41:20 +00:00
Felix Fietkau
a10edd4cee Add udev initilisation
We have a udev package, but no means to start udev at boot.

This change adds the necessary startup in /init, and adds the required
/sbin/udevsettle to the udev installed files

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9412
2007-10-23 06:23:36 +00:00
Felix Fietkau
b513ee61a5 only do hotplug2 init if hotplug2 is present
The current /init script unconditionally does the initialisation for
hotplug2, including mounting a new /dev. If hotplug2 isn't present, we
end up with no device nodes.

This change only does the hotplug2 init if hotplug2 is present, but
always mounts /sys.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9411
2007-10-23 06:23:33 +00:00
Felix Fietkau
881bac2db2 Allow targets to specify extra initramfs source files
The CONFIG_INITRAMFS_SOURCE Kconfig variable can be a space-separated
list of source files (or directories). This allows a platform to
add extra components to the initramfs image, by defining the
INITRAMFS_EXTRA_FILES make var.

By default, we add a simple initramfs extra file for the generic-2.6
platform, which specifies a few device nodes.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

SVN-Revision: 9410
2007-10-23 06:23:29 +00:00
Gabor Juhos
ab8a75d73f make morse LED trigger available as a package, and fix it to compile with 2.6.23
SVN-Revision: 9363
2007-10-20 14:32:13 +00:00
Felix Fietkau
fd811bf54c sync ssb with upstream
SVN-Revision: 9302
2007-10-14 02:47:36 +00:00
John Crispin
f0e10e1253 added some extensions to the phy layer
SVN-Revision: 9297
2007-10-14 00:04:53 +00:00
Felix Fietkau
6e69adb9e6 disable the in-kernel mac80211 and cfg80211 will be built externally
SVN-Revision: 9289
2007-10-13 22:40:54 +00:00
Felix Fietkau
30007a5e6c move a few config symbols to the 2.6.23 template
SVN-Revision: 9288
2007-10-13 22:40:41 +00:00
Felix Fietkau
ceb5350cd3 back out change to generic-2.6/files/ and update 310-ssb_pcicore_fixes.patch for 2.6.23
SVN-Revision: 9281
2007-10-13 02:21:24 +00:00
Felix Fietkau
30777ac989 add patches for 2.6.23 on brcm47xx (not enabled yet)
SVN-Revision: 9279
2007-10-13 02:04:37 +00:00
Felix Fietkau
a5164cf41b disable CONFIG_LOCALVERSION_AUTO - it breaks insmod
SVN-Revision: 9278
2007-10-13 02:00:06 +00:00
Felix Fietkau
069032243a move a few kconfig options from atheros to generic-2.6
SVN-Revision: 9273
2007-10-12 21:21:36 +00:00
Gabor Juhos
4e05416c39 netfilter/ipset cleanups * rename patches to follow our naming conventions * update ipset patches with revision 7096 of [https://svn.netfilter.org/netfilter/trunk/patch-o-matic-ng pom] * add CONFIG_IP_NF_SET_IPTREEMAP to default kernel configs * add ip_set_iptreemap to include/netfilter.mk * update kmod-ipt-ipset module description
SVN-Revision: 9269
2007-10-12 14:58:35 +00:00
Gabor Juhos
36c579aee3 update yaffs2 to compile with 2.6.23
SVN-Revision: 9257
2007-10-11 07:36:21 +00:00
Gabor Juhos
671469ec17 update generic 2.6.23 config
SVN-Revision: 9256
2007-10-11 07:12:13 +00:00
Gabor Juhos
b52069462e netfilter fixes for 2.6.23 * fix compiler warnings in xt_CHAOS.c, xt_DELUDE.c, and in xt_portscan.c * make xt_TARPIT available as well
SVN-Revision: 9255
2007-10-11 07:08:40 +00:00
Gabor Juhos
f267a43256 restore CVS Id strings for yaffs code, remove svn:keywords properties
SVN-Revision: 9250
2007-10-10 19:33:22 +00:00
Gabor Juhos
1defe9a10c dissect yaffs patch
SVN-Revision: 9249
2007-10-10 18:05:48 +00:00
Eugene Konev
72f5fa6b92 sync for 2.6.23-final
SVN-Revision: 9234
2007-10-10 06:20:25 +00:00
Gabor Juhos
c0fb2f61f4 add custom GPIO-based I2C driver
SVN-Revision: 9218
2007-10-09 19:23:22 +00:00
Gabor Juhos
8309e3dff2 add TARPIT support to netfilter/iptables * netfilter: add the xt_TARPIT target module required by xt_CHAOS * include/netfilter.mk: reorder, xt_CHAOS depends on xt_TARPIT and xt_DELUDE * iptables: add libipt_TARPIT to the kmod-ipt-extra package, bump release number * original patchset can be found [http://tinyurl.com/2mjk2kx here]
SVN-Revision: 9178
2007-10-07 17:17:04 +00:00
Eugene Konev
c0dcf4bbca fix rtsp patch
SVN-Revision: 9139
2007-10-05 13:51:22 +00:00
Eugene Konev
6efb8c8df8 add generic 2.6.23 patches and config
SVN-Revision: 9114
2007-10-04 02:26:27 +00:00
Gabor Juhos
693077d7d5 split eeprom_93cx6 patch to make quilt happy
SVN-Revision: 9084
2007-10-01 08:45:39 +00:00
Gabor Juhos
5d4112737d add missing file from [9055]
SVN-Revision: 9056
2007-09-28 20:08:55 +00:00
Gabor Juhos
962738bdac make morse LED trigger available for all platforms
SVN-Revision: 9055
2007-09-28 20:06:52 +00:00
Nicolas Thill
0bf90f2a0d add ipv6 conntrack support (closes: #2192)
SVN-Revision: 8984
2007-09-23 17:22:17 +00:00
Nicolas Thill
5f0272d618 move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
SVN-Revision: 8980
2007-09-23 15:12:12 +00:00
Nicolas Thill
40d44d26af backport [8862] to pre 2.6.22 kernels as well
SVN-Revision: 8975
2007-09-23 11:12:54 +00:00
Felix Fietkau
b4142edc77 make ATM_DRIVERS default to n
SVN-Revision: 8967
2007-09-22 23:36:37 +00:00
Nicolas Thill
fec4d9ee3c add missing 2.6 conntrack/nat helpers, add 2.6 conntrack/nat helper for RTSP (closes: #2297, thanks to aorlinsk), sync 2.4 / 2.6 kconfigs.
SVN-Revision: 8955
2007-09-22 18:37:24 +00:00
Matteo Croce
8d162264af Make ar7_part more readable and endianness safe
SVN-Revision: 8886
2007-09-20 19:25:38 +00:00
Nicolas Thill
926e05ef37 build IPsec transports as modules, rename kmod-ipip to kmod-iptunnel4 and add kmod-iptunnel6.
SVN-Revision: 8862
2007-09-20 10:03:41 +00:00
Felix Fietkau
abbe02e2fb enable jffs2 summary for faster mount time
SVN-Revision: 8846
2007-09-19 20:43:31 +00:00
Florian Fainelli
114a03a429 Rearrange patches
SVN-Revision: 8729
2007-09-10 14:19:56 +00:00
Felix Fietkau
a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
SVN-Revision: 8694
2007-09-08 19:55:42 +00:00
Florian Fainelli
8505138db8 Add some EHCI related symbols when usb is selected
SVN-Revision: 8686
2007-09-08 10:28:18 +00:00
Nicolas Thill
62637bcce1 rename 2.6 high-speed usb serial fix to match 2.4 one
SVN-Revision: 8574
2007-09-02 14:20:11 +00:00
Nicolas Thill
939c7224a2 build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-t
SVN-Revision: 8559
2007-08-30 22:19:26 +00:00
Nicolas Thill
a28a3e814b add high-speed usb serial fix from Junxion (closes: #2274)
SVN-Revision: 8549
2007-08-30 16:04:31 +00:00
Florian Fainelli
e384acd55d Add the icplus phy patch, will be required for the r6040 driver later, thanks to Daniel Gimpelevich
SVN-Revision: 8470
2007-08-23 15:48:46 +00:00
Florian Fainelli
875475af7d Compile crc itu-t as a module
SVN-Revision: 8449
2007-08-21 09:34:02 +00:00
Felix Fietkau
4460bbca47 add refresh ioctl to mtd (for rescanning partitions after reflash)
SVN-Revision: 8438
2007-08-19 21:53:17 +00:00
Felix Fietkau
7f04ef6341 disable romfs, nothing uses it
SVN-Revision: 8430
2007-08-19 10:01:17 +00:00
Felix Fietkau
ce9fff401a fix an off-by-one error
SVN-Revision: 8427
2007-08-19 01:06:26 +00:00
Florian Fainelli
99799c7cdf Remove the eeprom patches, but move the git-newsetup to generic, so that the x86 target can benefit from them
SVN-Revision: 8374
2007-08-07 09:43:05 +00:00
Florian Fainelli
c415751426 Also add eeprom 93cx6 to generic-2.6
SVN-Revision: 8372
2007-08-07 09:38:41 +00:00
Florian Fainelli
560411655b More rdc-2.6 fixes by Daniel Gimpelevich, thanks !
SVN-Revision: 8355
2007-08-06 18:48:58 +00:00
Florian Fainelli
0a72fc6dff Add CONFIG_HID to not set by default
SVN-Revision: 8304
2007-08-01 14:56:33 +00:00
Florian Fainelli
c09d4cec7d Fix the remaining kernel config options (#2102)
SVN-Revision: 8276
2007-07-31 14:59:11 +00:00
Florian Fainelli
f1b2dbceb2 Add the 93cx6 patch to generic-2.6, correctly fix dependencies on the rt2x00 drivers (thanks to Daniel Gimpelevich)
SVN-Revision: 8200
2007-07-27 18:13:35 +00:00
Rod Whitby
807db2473d Removed the obsolete MTD_SPLIT_ROOTFS config symbol.
SVN-Revision: 8193
2007-07-27 12:59:39 +00:00
Rod Whitby
4e1630f4b6 Add missing config symbols that stop a default 2.6.21.6 built - set them all to default values so nothing changes for anyone
SVN-Revision: 8191
2007-07-27 08:09:04 +00:00
Felix Fietkau
700067c881 fix yealink kmod compile
SVN-Revision: 8089
2007-07-21 01:00:42 +00:00
Felix Fietkau
7705412da1 fix kmod-pwc compile
SVN-Revision: 8088
2007-07-21 00:50:31 +00:00
Gabor Juhos
3c7aec6185 rootfs_split: fix a typo, and fix compiler warnings
SVN-Revision: 8082
2007-07-20 18:32:48 +00:00
Felix Fietkau
cf633b733a fix rootfs split partition renaming (fix by Eric L. Chen)
SVN-Revision: 8081
2007-07-20 18:09:00 +00:00
Gabor Juhos
0ce7096e40 restore Kconfig options of rootfs_split for 2.6.21.5
SVN-Revision: 8064
2007-07-19 17:15:32 +00:00
Gabor Juhos
a66d3dd9d2 rootfs_split fixes * avoid compiler warnings on 2.6.22.1 * applies cleanly on 2.6.21.5
SVN-Revision: 8060
2007-07-19 15:52:37 +00:00
Gabor Juhos
934a641058 clean of the rootfs_split patch
SVN-Revision: 8047
2007-07-19 07:13:20 +00:00
Felix Fietkau
2255889b03 add missing config symbols
SVN-Revision: 8035
2007-07-18 13:42:04 +00:00
Felix Fietkau
a52d2e2214 disable a few things that are not packaged yet
SVN-Revision: 8030
2007-07-18 12:02:17 +00:00
Felix Fietkau
8e42553971 dynamically enable/disable kernel config options for kmod packages based on build system config
SVN-Revision: 8026
2007-07-18 11:31:01 +00:00
Felix Fietkau
e3a7ac074a fix ipp2p
SVN-Revision: 8005
2007-07-16 16:07:32 +00:00
Felix Fietkau
56ac6f5bea disable __must_check by default
SVN-Revision: 7996
2007-07-16 05:20:28 +00:00
Felix Fietkau
f82f62b992 fix layer7 for 2.6.21
SVN-Revision: 7951
2007-07-12 21:34:20 +00:00
Felix Fietkau
f82e310cd2 fix a typo in the imq module (patch from #2005)
SVN-Revision: 7908
2007-07-10 20:42:26 +00:00
Felix Fietkau
0d3d6051b3 update imq patches (fixes #2009)
SVN-Revision: 7847
2007-07-02 06:31:27 +00:00
Felix Fietkau
9801602a93 upgrade layer7 to the latest version and add fixes for 2.6.21 and 2.6.22-rc - compile tested on .21, run time tested on .22-rc6
SVN-Revision: 7846
2007-07-02 02:10:01 +00:00
Peter Denison
46d194834b Move SSB out of brcm47xx target into generic-2.6 target
SVN-Revision: 7844
2007-07-01 22:44:05 +00:00
Felix Fietkau
9bf6078866 unify sysctl.conf, add extra netfilter options (#1996)
SVN-Revision: 7784
2007-06-30 02:59:09 +00:00
Peter Denison
164e789c7a Merge mac80211 driver from tree at bu3sch.de, pulled 24/6
SVN-Revision: 7733
2007-06-25 19:52:20 +00:00
Felix Fietkau
8c41e51e92 fix failsafe on broadcom, send netlink events in diag when running linux 2.6
SVN-Revision: 7722
2007-06-25 08:32:25 +00:00
Felix Fietkau
10a781acf2 brcm47xx-2.6: update for 2.6.22-rc5
SVN-Revision: 7699
2007-06-22 03:49:54 +00:00
Peter Denison
f9bf3a0e4f Extra bits from wireless-dev for the mac80211 stack - should just be additions
SVN-Revision: 7695
2007-06-21 21:51:07 +00:00
Peter Denison
8fb92b3a2f make 130-netfilter-ipset.patch apply under 2.6.22-rc[45]
SVN-Revision: 7694
2007-06-21 21:29:37 +00:00
Felix Fietkau
b94b11e11e minor kernel config sync
SVN-Revision: 7690
2007-06-21 17:53:08 +00:00
Felix Fietkau
b74715a0b6 add mini_fo fix from #1801
SVN-Revision: 7676
2007-06-20 00:16:41 +00:00
Felix Fietkau
099a78bf53 fix ipset compile with 2.6.22-rc4
SVN-Revision: 7647
2007-06-17 00:06:58 +00:00
Felix Fietkau
af15136e8d remove empty patches
SVN-Revision: 7645
2007-06-16 02:08:06 +00:00
Felix Fietkau
f019ac4dc9 prepare for the transition to linux 2.6.22 - make it possible to override the kernel version in the target makefile
SVN-Revision: 7644
2007-06-16 01:56:04 +00:00
Tim Yardley
f78de29500 fixed ipset patch to make it work right from userland
SVN-Revision: 7565
2007-06-11 14:52:31 +00:00
Florian Fainelli
4a00419fd0 Update the yaffs patch to include the fix by Giampaolo Mancini (mancho), closes #1779
SVN-Revision: 7534
2007-06-08 12:36:58 +00:00
Imre Kaloz
08c7265613 add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori
SVN-Revision: 7533
2007-06-08 10:44:01 +00:00
Felix Fietkau
f082d1fddf add ar7-2.6 fixes by Stefan Weil
SVN-Revision: 7487
2007-06-04 09:46:30 +00:00
Felix Fietkau
2801c15eaa more kernel config cleanup
SVN-Revision: 7412
2007-05-31 09:31:44 +00:00
Mike Baker
76ffe92fe7 fix the damn kernel config
SVN-Revision: 7411
2007-05-31 09:29:27 +00:00
Florian Fainelli
accffe1a0c Updated yaffs2, thanks to David Goodenough (#1779)
SVN-Revision: 7405
2007-05-30 11:49:14 +00:00
Florian Fainelli
8831f0da3a Add support for USB HID (#1322)
SVN-Revision: 7360
2007-05-27 18:57:02 +00:00
Florian Fainelli
a2710a9eff Add yealink usb phone kernel packages
SVN-Revision: 7359
2007-05-27 18:51:50 +00:00
Felix Fietkau
cef4e6112c sync atheros-2.6 config, move parts to the generic config
SVN-Revision: 7348
2007-05-26 20:08:21 +00:00
Felix Fietkau
94c0d84182 refresh kernel patches so that they apply cleanly
SVN-Revision: 7347
2007-05-26 19:41:42 +00:00
Felix Fietkau
589d2a377d remove bogus netfilter dependencies
SVN-Revision: 7344
2007-05-26 18:14:11 +00:00
Felix Fietkau
e96de53782 enable TCPMSS target by default
SVN-Revision: 7343
2007-05-26 17:56:15 +00:00
Felix Fietkau
4c4b3a6317 move x86 lzma loader patch from generic patches into rdc-2.6 - it's causing problems at least in qemu, maybe on other systems as well and generic x86 doesn't really need the extra compression
SVN-Revision: 7342
2007-05-26 17:53:03 +00:00
Florian Fainelli
3368856944 add generic GPIO to MIPS boards, use it for au1000 and for the MTX-1 led driver as well
SVN-Revision: 7334
2007-05-24 23:30:35 +00:00
Imre Kaloz
022ac5019d fix Magicbox for .21 and convert to the new structure
SVN-Revision: 7328
2007-05-24 12:44:44 +00:00
Felix Fietkau
9ca9ccac79 nuke vga console support from the x86 lzma loader, it seems to cause problems at least in qemu
SVN-Revision: 7325
2007-05-24 00:52:37 +00:00
Imre Kaloz
15386a1583 aruba fixes, work in progress
SVN-Revision: 7324
2007-05-24 00:04:19 +00:00
Felix Fietkau
7e07265588 update x86 config and move some config defaults to the config template
SVN-Revision: 7323
2007-05-23 23:49:12 +00:00
Felix Fietkau
79a61de092 fix x86 lzma loader
SVN-Revision: 7322
2007-05-23 23:29:09 +00:00
Imre Kaloz
aa8d377d7e update netfilter patches, fix atheros
SVN-Revision: 7320
2007-05-23 23:10:09 +00:00
Felix Fietkau
227d9b1b0a fix x86-2.6 compile
SVN-Revision: 7319
2007-05-23 22:09:45 +00:00
Felix Fietkau
68adfabefb fix compile error in the netfilter ipset module
SVN-Revision: 7318
2007-05-23 21:40:19 +00:00
Imre Kaloz
615e8af841 break trunk temporary - upgrade to 2.6.21.1 and iptables 1.3.7
SVN-Revision: 7315
2007-05-23 19:48:34 +00:00
Felix Fietkau
6bab05790c make CONFIG_PCCARD disabled by default
SVN-Revision: 7310
2007-05-23 14:57:02 +00:00
Florian Fainelli
f0e08dea14 Fix duplicate entries in the patch
SVN-Revision: 7289
2007-05-20 19:53:45 +00:00
Florian Fainelli
231a4b3540 Add generic GPIO support to MIPS boards
SVN-Revision: 7287
2007-05-20 19:49:50 +00:00
Felix Fietkau
84b235140c fix pcmcia/pccard build defaults
SVN-Revision: 7275
2007-05-19 16:16:48 +00:00
Mike Baker
15e9bc4f26 forgot a file in [7158]
SVN-Revision: 7161
2007-05-10 09:55:23 +00:00
Mike Baker
854f0ad080 change handling of target/linux/generic-2.x/files to match other targets (#1648)
SVN-Revision: 7158
2007-05-10 08:35:48 +00:00
Felix Fietkau
ca7a815602 use hotplug2 for serializing hotplug events on 2.6
SVN-Revision: 7097
2007-05-05 18:33:18 +00:00
Florian Fainelli
afcfa1a55c make sure the ramdisk generation will work when you have defined a special TIMEFMT
SVN-Revision: 7088
2007-05-03 17:21:08 +00:00
Mike Baker
1ad24fe804 backport a few usb device ids from 2.6.21 for airprime
SVN-Revision: 7077
2007-05-01 21:57:03 +00:00
Felix Fietkau
383a21f3c5 use separate sysctl.conf files for 2.4 and 2.6 - fixes some boot message spam
SVN-Revision: 7043
2007-04-24 12:05:52 +00:00
Felix Fietkau
54a1fcd9c1 add tcp syn cookies support (fixes one of the sysctl error messages at boot time)
SVN-Revision: 7042
2007-04-24 11:51:35 +00:00
Felix Fietkau
332fe44ed2 move the lzma decompressor out of squashfs-lzma patch and into a new patch (i want to use it for initramfs in the future)
SVN-Revision: 7001
2007-04-18 16:03:43 +00:00
Florian Fainelli
f4997ac854 Enable videodev, but do not build all hardware modules
SVN-Revision: 6961
2007-04-16 07:55:05 +00:00
Florian Fainelli
71c2d045e3 Add lzma compression for x86 based targets
SVN-Revision: 6960
2007-04-16 06:45:05 +00:00
Tim Yardley
9504226efb fix default 2.6 kernel config so we dont halt at CMTP protocol support
SVN-Revision: 6925
2007-04-10 15:09:35 +00:00
Florian Fainelli
880b837992 Enable codepage 1250 support (#1554)
SVN-Revision: 6906
2007-04-08 21:18:19 +00:00
Florian Fainelli
2b58e31674 Add ISDN support (#1498)
SVN-Revision: 6905
2007-04-08 21:12:31 +00:00
Eugene Konev
74c927577d Fix free space size check
SVN-Revision: 6880
2007-04-07 10:36:31 +00:00
Florian Fainelli
2266aad2ec Limit the number of hotplug childrens
SVN-Revision: 6804
2007-04-01 18:30:32 +00:00
Felix Fietkau
5c9cbf119d clean up nfsd kernel config entries (#1523)
SVN-Revision: 6731
2007-03-27 23:41:05 +00:00