aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [x86] add cpu msr kernel module packageFlorian Fainelli2010-09-041-0/+16
| | | | | | | | | This adds a separate kernel package for x86 cpu msr support. MSR module is needed e.g. when updating coreboot bios on alix boards. Signed-off-by: Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] support pre-md5summed passwords in 6in4 scriptsFlorian Fainelli2010-09-041-1/+3
| | | | | | | | | | | | | The he.net ipv6 tunnels require that a user supply the md5sum of his password when updating the ipv4 tunnel endpoint. the 6in4 package supports this well, but requires that a user store his password in plaintext in uci. this patch tries to detect whether the password in uci is already an md5sum (32 characters containing only [a-z0-9]), so users can avoid storing plaintext passwords. Signed-off-by: Steven Brudenell <steven.brudenell@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22889 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall:Jo-Philipp Wich2010-09-044-8/+33
| | | | | | | | - handle NAT reflection in firewall hotplug, solves synchronizing issues on boot - introduce masq_src and masq_dest options to limit zone masq to specific ip ranges, supports multiple subnets and negation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22888 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/toolchain: fix installation after r22723Gabor Juhos2010-09-041-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Zcomax device firmware tool endianness fixMichael Büsch2010-09-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: build firmware images for the Zcomax boardsGabor Juhos2010-09-032-0/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22884 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tools/firmware-utils: new tool for the Zcomax devicesGabor Juhos2010-09-032-0/+409
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the Zcomax ZCN-1523H-2-8/5-16 boardsGabor Juhos2010-09-0313-1/+297
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22882 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mtd: write remaining data after adding file to the jffs2 partitionGabor Juhos2010-09-033-10/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] ignore vim .swp files when scanning for updates (#7867)Jo-Philipp Wich2010-09-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22880 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iproute2: update iproute2 to version 2.6.35Alexandros C. Couloumbis2010-09-031-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/orion: fix iproute2 issue (partially closes ticket #7862)Alexandros C. Couloumbis2010-09-031-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kirkwood] Add kernel package for the mv_cesa crypto moduleLars-Peter Clausen2010-09-031-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22877 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kirkwood] Set -mtune to marvell-fLars-Peter Clausen2010-09-031-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22876 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: another overrideFelix Fietkau2010-09-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22875 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add missing config override for ath9kFelix Fietkau2010-09-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22874 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a command for printing a cleaned up make target database - will be used ↵Felix Fietkau2010-09-016-8/+28
| | | | | | to analyze package dependencies at some point git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22871 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a patch for dumping the eeprom contents via debugfsFelix Fietkau2010-09-011-0/+67
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a compile error when compiling with glibc (#7816)Felix Fietkau2010-09-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: move iptables/netfilter kernel options from generic/config to ↵Alexandros C. Couloumbis2010-09-015-57/+60
| | | | | | package/kernel/modules/netfilter.mk git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22867 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: replace 800-nuke_led_code.patch with something smaller.Felix Fietkau2010-08-312-415/+127
| | | | | | most of the #ifdef spaghetti that the old patch introduced was completely unnecessary git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-08-31Felix Fietkau2010-08-3137-1744/+162
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: refresh patchesGabor Juhos2010-08-3112-12/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: rewrite SPI drivers for the RB4xx boardsGabor Juhos2010-08-3131-388/+1531
| | | | | | | | | | * add a new SPI controller driver * add SPI driver for the CPLD chip * convert the NAND driver * enable the mikroSD slot * enable more LEDs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: bacport SPI bus locking APIGabor Juhos2010-08-318-0/+2100
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: fix erase operation on the pm25lv flash chipGabor Juhos2010-08-3118-50/+180
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/broadcom-diag: use broadcast_ueventGabor Juhos2010-08-312-6/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/button-hotplug: use brodcast_ueventGabor Juhos2010-08-312-9/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: introduce broadcast_uevent functionGabor Juhos2010-08-315-0/+377
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8366_smi: when setting VLAN ports, always initialize the PVID to ensure ↵Felix Fietkau2010-08-311-0/+9
| | | | | | that the VLAN MC entry gets allocated. Fixes problems with tagged-only ports (#7795) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: backport a fix to check for STA STBC capabilities before setting ↵Felix Fietkau2010-08-311-0/+41
| | | | | | them (fixes #7464) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] backport upstream multicast fix (#7848)Florian Fainelli2010-08-311-0/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22852 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] refresh 2.6.32 patchesFlorian Fainelli2010-08-313-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22851 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] rework multi_probe patch to be cleanerFlorian Fainelli2010-08-311-14/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] refresh patchesFlorian Fainelli2010-08-316-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh 2.6.32 patchesFlorian Fainelli2010-08-3119-67/+67
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall:Jo-Philipp Wich2010-08-314-42/+63
| | | | | | | | | - fix processing of rules with an ip family option - append interface rules at the end of internal zone chains, simplifies injecting user or addon rules - support simple file logging (option log + option log_limit per zone) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22847 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [linux] enable SYSRQ for all targets, remove overrides from brcm63xx, octeon ↵Jo-Philipp Wich2010-08-3013-13/+7
| | | | | | and omap35xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22846 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kirkwood] Build usb storage support into the kernel.Lars-Peter Clausen2010-08-301-21/+9
| | | | | | | This allows for example to put the rootfs on a usb-stick. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22845 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: update 2.6.36 kernel patchesAlexandros C. Couloumbis2010-08-301-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] gcj can only be built safely on gcc >= 4.3Florian Fainelli2010-08-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-kirkwood] Dockstar: Adjust rootfs size to that of the original fwLars-Peter Clausen2010-08-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22839 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kirkwood] Add different profiles for Sheevaplug and DockstarLars-Peter Clausen2010-08-295-3/+62
| | | | | | | Thanks to Gerrit Visser git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kirkwood] Use kirkwood_nand_init instead of manually registering the nand ↵Lars-Peter Clausen2010-08-291-31/+4
| | | | | | | | | driver This fixes that the device would hang during boot. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kirkwood] Align jffs2 to pagesize and fix mkfs2.jffs2 optsLars-Peter Clausen2010-08-291-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22836 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/madwifi: enable mtu & mac config options for > 2.6.29 kernelsAlexandros C. Couloumbis2010-08-291-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22835 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: update 2.6.36 kernel patchesAlexandros C. Couloumbis2010-08-292-0/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Update 2.6.35.x to 2.6.35.4Lars-Peter Clausen2010-08-296-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22833 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: add kernel 2.6.36 preliminary support Alexandros C. Couloumbis2010-08-29108-0/+40756
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22832 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kirkwood] Cleanup image generationLars-Peter Clausen2010-08-281-28/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22829 3c298f89-4303-0410-b956-a3cf2f4a3e73