Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement conditional dependencies for generating the Depends: field of ipkgs | Felix Fietkau | 2008-10-03 | 1 | -1/+6 |
| | | | | SVN-Revision: 12836 | ||||
* | ebtables-utils: create $(1)/usr/sbin/ dir before files are installed into it | Andy Boyett | 2008-10-03 | 1 | -0/+1 |
| | | | | SVN-Revision: 12833 | ||||
* | Add workaround for eth0/1 PHY on WRTSL54GS | Peter Denison | 2008-10-02 | 1 | -0/+51 |
| | | | | SVN-Revision: 12829 | ||||
* | remove accidentally committed debug message | Felix Fietkau | 2008-10-02 | 1 | -3/+1 |
| | | | | SVN-Revision: 12827 | ||||
* | mtd: fix image check on non-broadcom platforms | Felix Fietkau | 2008-10-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 12825 | ||||
* | implement conditional dependencies for menuconfig and build deps | Felix Fietkau | 2008-10-01 | 3 | -4/+26 |
| | | | | SVN-Revision: 12820 | ||||
* | CONFIG_NF_CT_ACCT is deprecated in 2.6.27 | Felix Fietkau | 2008-10-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 12819 | ||||
* | Split ebtables into ebtables and ebtables-utils, bump release number | Florian Fainelli | 2008-10-01 | 1 | -1/+14 |
| | | | | SVN-Revision: 12818 | ||||
* | forgot the kernel pacthes for the watchdog driver | Gabor Juhos | 2008-09-30 | 1 | -0/+26 |
| | | | | SVN-Revision: 12816 | ||||
* | Document how to build binary ipkgs | Florian Fainelli | 2008-09-30 | 1 | -0/+53 |
| | | | | SVN-Revision: 12813 | ||||
* | add hardware watchdog driver | Gabor Juhos | 2008-09-30 | 5 | -0/+293 |
| | | | | SVN-Revision: 12810 | ||||
* | Allow dropbear to use shadow passwords, and correct base-files generation of ↵ | Peter Denison | 2008-09-30 | 2 | -3/+8 |
| | | | | | | /etc/shadow SVN-Revision: 12809 | ||||
* | Delete 2.6.24 files for OLPC | Florian Fainelli | 2008-09-29 | 2 | -12518/+0 |
| | | | | SVN-Revision: 12806 | ||||
* | Do not override classifier kernel configuration symbols | Florian Fainelli | 2008-09-29 | 3 | -6/+0 |
| | | | | SVN-Revision: 12805 | ||||
* | fix up the asm includes location for .27 when building kernel headers | Felix Fietkau | 2008-09-29 | 1 | -0/+5 |
| | | | | SVN-Revision: 12802 | ||||
* | move some 2.6.27 config stuff from ixp to generic, use slab instead of slub ↵ | Felix Fietkau | 2008-09-29 | 2 | -112/+81 |
| | | | | | | by default (slub crashes early on), enable kallsyms for now until the target is stable SVN-Revision: 12800 | ||||
* | as discussed on irc: revert config-default->config-2.6.26 rename | Felix Fietkau | 2008-09-29 | 1 | -0/+0 |
| | | | | SVN-Revision: 12798 | ||||
* | port generic and ixp4xx kernel patches to 2.6.27 (compiles except for ↵ | Felix Fietkau | 2008-09-29 | 147 | -0/+79002 |
| | | | | | | iptables, but otherwise completely untested) SVN-Revision: 12790 | ||||
* | ixp4xx: rename config-default to config-2.6.26 | Felix Fietkau | 2008-09-29 | 1 | -0/+0 |
| | | | | SVN-Revision: 12789 | ||||
* | ixp4xx: remove 2.6.25 patches | Felix Fietkau | 2008-09-29 | 43 | -10408/+0 |
| | | | | SVN-Revision: 12788 | ||||
* | fix ar2315 watchdog restart (patch from #3953) | Felix Fietkau | 2008-09-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 12775 | ||||
* | cris is little endian, not big endian (patch from #4048) | Felix Fietkau | 2008-09-28 | 1 | -2/+2 |
| | | | | SVN-Revision: 12773 | ||||
* | add option in sysupgrade to restore config from file or URL (patch from #4043) | Felix Fietkau | 2008-09-28 | 1 | -1/+15 |
| | | | | SVN-Revision: 12772 | ||||
* | madwifi: revert part of the noderef fix patch | Felix Fietkau | 2008-09-28 | 1 | -19/+0 |
| | | | | SVN-Revision: 12771 | ||||
* | 2.6.25/2.6.26: fix compiler warning in imq.c | Gabor Juhos | 2008-09-28 | 2 | -2/+2 |
| | | | | SVN-Revision: 12770 | ||||
* | broadcom-wl: only use mssid if necessary (fixes spurious error messages on ↵ | Felix Fietkau | 2008-09-28 | 1 | -1/+7 |
| | | | | | | older hw) SVN-Revision: 12769 | ||||
* | fixes firewall rule generation. forwarding rules were inserted in input ↵ | John Crispin | 2008-09-28 | 1 | -3/+6 |
| | | | | | | chains, fixes #4028 SVN-Revision: 12768 | ||||
* | custom chains were never reached on DROP/REJECT policy, fixes #4004 #4029 | John Crispin | 2008-09-28 | 1 | -3/+3 |
| | | | | SVN-Revision: 12767 | ||||
* | set default input policy to ACCEPT to bring the firewall behavior closer to ↵ | Felix Fietkau | 2008-09-28 | 1 | -1/+1 |
| | | | | | | the one of previous versions SVN-Revision: 12766 | ||||
* | firewall: fix default policies, add a check for duplicate defaults sections ↵ | Felix Fietkau | 2008-09-28 | 1 | -18/+34 |
| | | | | | | and make custom chains more generic SVN-Revision: 12765 | ||||
* | busybox: remove the upstream-provided bugfix patch for line editing it ↵ | Felix Fietkau | 2008-09-28 | 1 | -145/+0 |
| | | | | | | actually breaks the history functionality instead of fixing it SVN-Revision: 12763 | ||||
* | fix iw compile | Felix Fietkau | 2008-09-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 12760 | ||||
* | madwifi: set essid on to avoid association with different ssid (patch from ↵ | Felix Fietkau | 2008-09-28 | 1 | -0/+1 |
| | | | | | | #3937) SVN-Revision: 12759 | ||||
* | Add support for HW crypto cores: padlock, geode and hifn75x (#388#) | Florian Fainelli | 2008-09-28 | 1 | -0/+44 |
| | | | | SVN-Revision: 12752 | ||||
* | scripts/feeds: allow multiple alternative urls for a single feed. this will ↵ | Felix Fietkau | 2008-09-27 | 1 | -5/+12 |
| | | | | | | be useful for maintaining release branch forks of /packages SVN-Revision: 12746 | ||||
* | create a profile for brcm47xx and ixp4xx | Andy Boyett | 2008-09-27 | 2 | -0/+34 |
| | | | | SVN-Revision: 12744 | ||||
* | make b43 the default profile | Andy Boyett | 2008-09-27 | 2 | -4/+4 |
| | | | | SVN-Revision: 12743 | ||||
* | Remove 2.6.23 config, files and patches from olpc target. | Lars-Peter Clausen | 2008-09-27 | 29 | -15638/+0 |
| | | | | SVN-Revision: 12742 | ||||
* | Update olpc target kernel to 2.26.5. | Lars-Peter Clausen | 2008-09-27 | 8 | -588/+940 |
| | | | | SVN-Revision: 12740 | ||||
* | Fix location to the ebtables modules (#3855) | Florian Fainelli | 2008-09-27 | 1 | -1/+2 |
| | | | | SVN-Revision: 12735 | ||||
* | Generate olpc.fth depending on the target image type. | Lars-Peter Clausen | 2008-09-27 | 2 | -10/+12 |
| | | | | SVN-Revision: 12732 | ||||
* | Document madwifi specific diversity and antenna settings (#3889 | Florian Fainelli | 2008-09-27 | 1 | -0/+8 |
| | | | | SVN-Revision: 12727 | ||||
* | Fix reference to the old and replaced kmod-rt61 | Florian Fainelli | 2008-09-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 12723 | ||||
* | fix IMQ autoloading | Nicolas Thill | 2008-09-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 12722 | ||||
* | remove unnecessary patch chunk | Felix Fietkau | 2008-09-26 | 1 | -11/+1 |
| | | | | SVN-Revision: 12720 | ||||
* | madwifi: fix some really evil noderef issues (fixes #3999) | Felix Fietkau | 2008-09-26 | 2 | -1/+59 |
| | | | | SVN-Revision: 12719 | ||||
* | update to 2.6.26.5 and 2.6.25.17 | Gabor Juhos | 2008-09-26 | 44 | -162/+99 |
| | | | | SVN-Revision: 12718 | ||||
* | remove obsolete p54, rt2500 & rt61 since those drivers are built from ↵ | Nicolas Thill | 2008-09-26 | 17 | -4040/+0 |
| | | | | | | package/mac80211 now SVN-Revision: 12716 | ||||
* | fix typo from last sysupgrade commit | Felix Fietkau | 2008-09-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 12715 | ||||
* | add switch to not save configuration over the reflash in noninteractive mode | Travis Kemen | 2008-09-26 | 1 | -0/+2 |
| | | | | SVN-Revision: 12714 |