1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-20 09:13:10 +03:00
Commit Graph

222 Commits

Author SHA1 Message Date
pavlov
16ed52752f update to netfilter 2.17
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9806 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-19 19:08:07 +00:00
nbd
64f4da969a 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>

--


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9748 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-14 00:52:15 +00:00
nbd
2e0c76b9fb remove an unused #include statement that is causing compile issues on osx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9711 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-12 00:11:22 +00:00
florian
c0d490d3c5 Replace deprecated DEBUG config symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9706 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-11 08:30:48 +00:00
florian
95b3525348 Forgot removing that file while applying patch from #2757
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9690 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-09 17:52:27 +00:00
pavlov
92526421f1 updated layer7 to 2.15.. current is 2.16.1, i might bump again, this has been uncommitted for a bit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9674 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-08 15:52:26 +00:00
nbd
1e70eae581 add missing kernel config symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9668 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-07 19:24:16 +00:00
thepeople
d20afc8d22 add txpower patches and add uci configuration file From: Vasilis T. (aka Acinonyx)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9610 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 03:44:18 +00:00
nbd
ef7eae373b work around kernel config issues with sound modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-25 17:15:30 +00:00
florian
5cd6d51b76 Fix build on non-SMP machines of the remote GDB debugging (#2666)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9571 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 07:39:48 +00:00
nbd
11bfc2aea9 add missing config symbols for ide on broadcom 4780
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9558 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 03:11:24 +00:00
nbd
93f668f049 fix initramfs images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9557 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 03:11:21 +00:00
nbd
46d6153121 disable pci ide irq sharing by default - probably causes issues on alix (unconfirmed)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9527 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-10 18:04:17 +00:00
nbd
9a7d455947 move a few config options to the generic templates to avoid kernel config questions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9510 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-07 20:36:12 +00:00
juhosg
0e8e8cee68 add default option for the OTi-6858 USB serial device (closes #2631)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9484 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-02 09:08:59 +00:00
blogic
7cf95eb8c6 fixed typo in generic squashfs split patch ... shame on you :)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9455 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-27 19:41:20 +00:00
nbd
e9a2e58a69 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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9412 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23 06:23:36 +00:00
nbd
60084f42c7 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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9411 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23 06:23:33 +00:00
nbd
957fd804f1 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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9410 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23 06:23:29 +00:00
juhosg
34047fa1ae make morse LED trigger available as a package, and fix it to compile with 2.6.23
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9363 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20 14:32:13 +00:00
nbd
532249b507 sync ssb with upstream
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-14 02:47:36 +00:00
blogic
c78940002c added some extensions to the phy layer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-14 00:04:53 +00:00
nbd
7f80212b77 disable the in-kernel mac80211 and cfg80211
will be built externally


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9289 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13 22:40:54 +00:00
nbd
62ae4e9eb6 move a few config symbols to the 2.6.23 template
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9288 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13 22:40:41 +00:00
nbd
50288c1764 back out change to generic-2.6/files/ and update 310-ssb_pcicore_fixes.patch for 2.6.23
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9281 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13 02:21:24 +00:00
nbd
769ee01960 add patches for 2.6.23 on brcm47xx (not enabled yet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9279 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13 02:04:37 +00:00
nbd
6ea62735e2 disable CONFIG_LOCALVERSION_AUTO - it breaks insmod
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9278 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-13 02:00:06 +00:00
nbd
e2bcdb8939 move a few kconfig options from atheros to generic-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9273 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-12 21:21:36 +00:00
juhosg
1fe9314a6d [kernel] 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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9269 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-12 14:58:35 +00:00
juhosg
9946e7c91f [kernel] update yaffs2 to compile with 2.6.23
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9257 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-11 07:36:21 +00:00
juhosg
9939f6969a [kernel] update generic 2.6.23 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9256 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-11 07:12:13 +00:00
juhosg
93d3086653 [kernel] 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


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9255 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-11 07:08:40 +00:00
juhosg
ea9f57570d [kernel] restore CVS Id strings for yaffs code, remove svn:keywords properties
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9250 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-10 19:33:22 +00:00
juhosg
b78fbb9510 [kernel] dissect yaffs patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9249 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-10 18:05:48 +00:00
ejka
4e869172ab sync for 2.6.23-final
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9234 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-10 06:20:25 +00:00
juhosg
459f908815 [adm5120] add custom GPIO-based I2C driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-09 19:23:22 +00:00
juhosg
f29e1c9edb 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]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9178 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-07 17:17:04 +00:00
ejka
4fa69651d9 fix rtsp patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9139 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-05 13:51:22 +00:00
ejka
58242e5417 add generic 2.6.23 patches and config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9114 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-04 02:26:27 +00:00
juhosg
6f924b0772 split eeprom_93cx6 patch to make quilt happy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9084 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-01 08:45:39 +00:00
juhosg
b7a77f6732 add missing file from [9055]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9056 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-28 20:08:55 +00:00
juhosg
838cafeae2 make morse LED trigger available for all platforms
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9055 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-28 20:06:52 +00:00
nico
45d02992d9 add ipv6 conntrack support (closes: #2192)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-23 17:22:17 +00:00
nico
2cd399391e move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8980 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-23 15:12:12 +00:00
nico
b47e564474 backport [8862] to pre 2.6.22 kernels as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8975 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-23 11:12:54 +00:00
nbd
a4ae1d5559 make ATM_DRIVERS default to n
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8967 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-22 23:36:37 +00:00
nico
937629f197 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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8955 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-22 18:37:24 +00:00
matteo
b377dac440 Make ar7_part more readable and endianness safe
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8886 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20 19:25:38 +00:00
nico
876dffc71b build IPsec transports as modules, rename kmod-ipip to kmod-iptunnel4 and add kmod-iptunnel6.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20 10:03:41 +00:00
nbd
86af2c87cf enable jffs2 summary for faster mount time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8846 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-19 20:43:31 +00:00