Felix Fietkau
4db640a503
disable pci ide irq sharing by default - probably causes issues on alix (unconfirmed)
...
SVN-Revision: 9527
17 years ago
Felix Fietkau
fa2828f9e5
move a few config options to the generic templates to avoid kernel config questions
...
SVN-Revision: 9510
17 years ago
Gabor Juhos
6310dc873b
add default option for the OTi-6858 USB serial device ( closes #2631 )
...
SVN-Revision: 9484
17 years ago
John Crispin
39679eba93
fixed typo in generic squashfs split patch ... shame on you :)
...
SVN-Revision: 9455
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
Gabor Juhos
ab8a75d73f
make morse LED trigger available as a package, and fix it to compile with 2.6.23
...
SVN-Revision: 9363
17 years ago
Felix Fietkau
fd811bf54c
sync ssb with upstream
...
SVN-Revision: 9302
17 years ago
John Crispin
f0e10e1253
added some extensions to the phy layer
...
SVN-Revision: 9297
17 years ago
Felix Fietkau
6e69adb9e6
disable the in-kernel mac80211 and cfg80211 will be built externally
...
SVN-Revision: 9289
17 years ago
Felix Fietkau
30007a5e6c
move a few config symbols to the 2.6.23 template
...
SVN-Revision: 9288
17 years ago
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
17 years ago
Felix Fietkau
30777ac989
add patches for 2.6.23 on brcm47xx (not enabled yet)
...
SVN-Revision: 9279
17 years ago
Felix Fietkau
a5164cf41b
disable CONFIG_LOCALVERSION_AUTO - it breaks insmod
...
SVN-Revision: 9278
17 years ago
Felix Fietkau
069032243a
move a few kconfig options from atheros to generic-2.6
...
SVN-Revision: 9273
17 years ago
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
17 years ago
Gabor Juhos
36c579aee3
update yaffs2 to compile with 2.6.23
...
SVN-Revision: 9257
17 years ago
Gabor Juhos
671469ec17
update generic 2.6.23 config
...
SVN-Revision: 9256
17 years ago
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
17 years ago
Gabor Juhos
f267a43256
restore CVS Id strings for yaffs code, remove svn:keywords properties
...
SVN-Revision: 9250
17 years ago
Gabor Juhos
1defe9a10c
dissect yaffs patch
...
SVN-Revision: 9249
17 years ago
Eugene Konev
72f5fa6b92
sync for 2.6.23-final
...
SVN-Revision: 9234
17 years ago
Gabor Juhos
c0fb2f61f4
add custom GPIO-based I2C driver
...
SVN-Revision: 9218
17 years ago
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
17 years ago
Eugene Konev
c0dcf4bbca
fix rtsp patch
...
SVN-Revision: 9139
17 years ago
Eugene Konev
6efb8c8df8
add generic 2.6.23 patches and config
...
SVN-Revision: 9114
17 years ago
Gabor Juhos
693077d7d5
split eeprom_93cx6 patch to make quilt happy
...
SVN-Revision: 9084
17 years ago
Gabor Juhos
5d4112737d
add missing file from [9055]
...
SVN-Revision: 9056
17 years ago
Gabor Juhos
962738bdac
make morse LED trigger available for all platforms
...
SVN-Revision: 9055
17 years ago
Nicolas Thill
0bf90f2a0d
add ipv6 conntrack support ( closes : #2192 )
...
SVN-Revision: 8984
17 years ago
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
17 years ago
Nicolas Thill
40d44d26af
backport [8862] to pre 2.6.22 kernels as well
...
SVN-Revision: 8975
17 years ago
Felix Fietkau
b4142edc77
make ATM_DRIVERS default to n
...
SVN-Revision: 8967
17 years ago
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
17 years ago
Matteo Croce
8d162264af
Make ar7_part more readable and endianness safe
...
SVN-Revision: 8886
17 years ago
Nicolas Thill
926e05ef37
build IPsec transports as modules, rename kmod-ipip to kmod-iptunnel4 and add kmod-iptunnel6.
...
SVN-Revision: 8862
17 years ago
Felix Fietkau
abbe02e2fb
enable jffs2 summary for faster mount time
...
SVN-Revision: 8846
17 years ago
Florian Fainelli
114a03a429
Rearrange patches
...
SVN-Revision: 8729
17 years ago
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
17 years ago
Florian Fainelli
8505138db8
Add some EHCI related symbols when usb is selected
...
SVN-Revision: 8686
17 years ago
Nicolas Thill
62637bcce1
rename 2.6 high-speed usb serial fix to match 2.4 one
...
SVN-Revision: 8574
17 years ago
Nicolas Thill
939c7224a2
build eeprom_93cx6 as a module, add a KernelPackage for it and for crc-itu-t
...
SVN-Revision: 8559
17 years ago
Nicolas Thill
a28a3e814b
add high-speed usb serial fix from Junxion ( closes : #2274 )
...
SVN-Revision: 8549
17 years ago
Florian Fainelli
e384acd55d
Add the icplus phy patch, will be required for the r6040 driver later, thanks to Daniel Gimpelevich
...
SVN-Revision: 8470
17 years ago
Florian Fainelli
875475af7d
Compile crc itu-t as a module
...
SVN-Revision: 8449
17 years ago
Felix Fietkau
4460bbca47
add refresh ioctl to mtd (for rescanning partitions after reflash)
...
SVN-Revision: 8438
18 years ago
Felix Fietkau
7f04ef6341
disable romfs, nothing uses it
...
SVN-Revision: 8430
18 years ago
Felix Fietkau
ce9fff401a
fix an off-by-one error
...
SVN-Revision: 8427
18 years ago
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
18 years ago