Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files: cached state vars after scan_interfaces might be out of sync ↵ | Jo-Philipp Wich | 2010-09-19 | 1 | -3/+3 |
| | | | | | | when binding dhcp leases, this could lead to an unconfigured wan interface in certain circumstances. Replace config_get calls with uci_get_state SVN-Revision: 23091 | ||||
* | firewall: protect iptables invocations with locks in interface ops, it might ↵ | Jo-Philipp Wich | 2010-09-19 | 2 | -1/+5 |
| | | | | | | run concurrently due to hotplug invocations on network restart SVN-Revision: 23090 | ||||
* | ppp: use service_kill() | Jo-Philipp Wich | 2010-09-19 | 2 | -10/+2 |
| | | | | SVN-Revision: 23088 | ||||
* | base-files: introduce service_kill() into functions.sh - a convenience ↵ | Jo-Philipp Wich | 2010-09-19 | 2 | -1/+18 |
| | | | | | | wrapper for killing services by pid or pidfile with a grace period for termination before kill SVN-Revision: 23087 | ||||
* | Fix missing dependency in solos-pci module | Florian Fainelli | 2010-09-19 | 1 | -1/+1 |
| | | | | | | | | | Modinfo for solos-pci tells us that it has a dependency on "atm", but this isn't captured in the Makefile. Signed-off-by: Philip A. Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 23086 | ||||
* | package/zlib: fix Darwin compile failure (closes #7963) | Alexandros C. Couloumbis | 2010-09-19 | 1 | -4/+3 |
| | | | | SVN-Revision: 23085 | ||||
* | dl_cleanup: Add support for GIT-SHASUM | Michael Büsch | 2010-09-18 | 1 | -6/+16 |
| | | | | SVN-Revision: 23084 | ||||
* | omap24xx cbus: fix ioctls | Michael Büsch | 2010-09-18 | 2 | -24/+21 |
| | | | | SVN-Revision: 23083 | ||||
* | omap24xx: Add n8x0 specific GPIO switch code | Michael Büsch | 2010-09-18 | 2 | -16/+53 |
| | | | | SVN-Revision: 23082 | ||||
* | omap24xx: Add support for GPIO switches on the n810 | Michael Büsch | 2010-09-18 | 2 | -5/+598 |
| | | | | SVN-Revision: 23081 | ||||
* | firewall: make invalid redirects and duplicate zones non-fatal, print a ↵ | Jo-Philipp Wich | 2010-09-16 | 4 | -10/+12 |
| | | | | | | notice and discard them SVN-Revision: 23080 | ||||
* | rt2800pci: add back ifdown hang workaround that was accidentally dropped ↵ | Felix Fietkau | 2010-09-16 | 1 | -0/+29 |
| | | | | | | during a compat-wireless update SVN-Revision: 23078 | ||||
* | mtd-utils: revert r23075 | Jo-Philipp Wich | 2010-09-15 | 2 | -38/+39 |
| | | | | SVN-Revision: 23076 | ||||
* | mtd-utils: do not rely on host kernel headers, redefine the integer types ↵ | Jo-Philipp Wich | 2010-09-15 | 2 | -39/+38 |
| | | | | | | instead (#7950) SVN-Revision: 23075 | ||||
* | omap24xx: Update 2.6.36 config | Michael Büsch | 2010-09-15 | 1 | -18/+27 |
| | | | | SVN-Revision: 23074 | ||||
* | hostapd: fix non-multicall wpa_supplicant compile | Felix Fietkau | 2010-09-15 | 1 | -2/+4 |
| | | | | SVN-Revision: 23073 | ||||
* | omap24xx: Add 2.6.36 support | Michael Büsch | 2010-09-15 | 14 | -0/+20856 |
| | | | | SVN-Revision: 23072 | ||||
* | Add support for enabling early printk. Currently only for ARM, because I ↵ | Michael Büsch | 2010-09-15 | 1 | -0/+19 |
| | | | | | | don't know what EARLY_PRINTK depends on on other architectures. SVN-Revision: 23071 | ||||
* | Support for Solos PCI ADSL2+ modem This driver is used by Traverse ↵ | Jo-Philipp Wich | 2010-09-15 | 1 | -0/+17 |
| | | | | | | | | | | Technologies' Geos ADSL2+ x86 router: http://www.traverse.com.au/productview.php?product_id=117 Signed-off-by: Nathan Williams <nathan@traverse.com.au> SVN-Revision: 23070 | ||||
* | Support for RTL-8139C+ ethernet adapters Signed-off-by: Nathan Williams ↵ | Jo-Philipp Wich | 2010-09-15 | 1 | -0/+16 |
| | | | | | | <nathan@traverse.com.au> SVN-Revision: 23068 | ||||
* | hostapd: fix wpa_supplicant crash issues in WDS STA mode | Felix Fietkau | 2010-09-15 | 1 | -0/+43 |
| | | | | SVN-Revision: 23067 | ||||
* | firewall: run ifdown hotplug events synchronized, fixes a racecondition on ↵ | Jo-Philipp Wich | 2010-09-15 | 3 | -10/+8 |
| | | | | | | "ifup iface" when ifdown and ifup events are delivered with a small dealy SVN-Revision: 23064 | ||||
* | firewall: deliver remove hotplug events for all active zones/networks when ↵ | Jo-Philipp Wich | 2010-09-14 | 3 | -3/+42 |
| | | | | | | restarting the firewall SVN-Revision: 23062 | ||||
* | mac80211: upgrade to wireless-testing 2010-09-14, replace the external ↵ | Felix Fietkau | 2010-09-14 | 34 | -455/+220 |
| | | | | | | carl9170 with the recently merged upstream version SVN-Revision: 23061 | ||||
* | mac80211: add a pending fix for a locking error in the aggregation reorder ↵ | Felix Fietkau | 2010-09-14 | 1 | -0/+25 |
| | | | | | | release code SVN-Revision: 23060 | ||||
* | ath9k: fix multi-bss operation (fixes #7914) | Felix Fietkau | 2010-09-14 | 1 | -0/+117 |
| | | | | SVN-Revision: 23059 | ||||
* | generic: add support for the EON EN25F32 flash chip | Gabor Juhos | 2010-09-14 | 5 | -0/+60 |
| | | | | | | * based on a patch by laigor <laigor@mail.ru> from #7882 SVN-Revision: 23058 | ||||
* | revert r23048 for now until Darwin compile issues have been sorted out (#7934) | Jo-Philipp Wich | 2010-09-13 | 6 | -47/+43 |
| | | | | SVN-Revision: 23057 | ||||
* | add kvm_guest to subtarget list | Jo-Philipp Wich | 2010-09-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 23056 | ||||
* | package/opkg: add missing patch from r23050 | Alexandros C. Couloumbis | 2010-09-13 | 1 | -0/+41 |
| | | | | SVN-Revision: 23052 | ||||
* | remove wpa-supplicant and iw from the Tecom GW6x00 profile | Florian Fainelli | 2010-09-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 23051 | ||||
* | package/opkg: update to r563 | Alexandros C. Couloumbis | 2010-09-13 | 7 | -442/+4 |
| | | | | SVN-Revision: 23050 | ||||
* | package/zlib: update to zlib-1.2.5 | Alexandros C. Couloumbis | 2010-09-13 | 2 | -216/+16 |
| | | | | SVN-Revision: 23049 | ||||
* | tools/mtd-utils: update to version git-20100912 | Alexandros C. Couloumbis | 2010-09-13 | 6 | -43/+47 |
| | | | | SVN-Revision: 23048 | ||||
* | linux/generic: update patches for 2.6.36-rc4 | Alexandros C. Couloumbis | 2010-09-13 | 1 | -174/+0 |
| | | | | SVN-Revision: 23047 | ||||
* | linux/generic: update mini_fo evict_inode migration | Alexandros C. Couloumbis | 2010-09-13 | 1 | -9/+17 |
| | | | | SVN-Revision: 23046 | ||||
* | linux/generic: semi-revert squashfs 2.6.36 changes until lzma code gets ↵ | Alexandros C. Couloumbis | 2010-09-13 | 2 | -14/+263 |
| | | | | | | ready for mainlin inclusion SVN-Revision: 23045 | ||||
* | broadcom-diag: SimpleShare: expose power button as reset to the system, ↵ | Jo-Philipp Wich | 2010-09-13 | 2 | -3/+2 |
| | | | | | | remove actual reset button - it's hardwired and will reset the SoC (#7928) SVN-Revision: 23043 | ||||
* | drop the usr/ prefix when scanning for libgcc.a | Jo-Philipp Wich | 2010-09-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 23042 | ||||
* | - sync with host opkg changes - get rid of autogenerated opkg.conf - utilize ↵ | Jo-Philipp Wich | 2010-09-12 | 4 | -58/+14 |
| | | | | | | dl/ as package cache, useful for remote downloads SVN-Revision: 23039 | ||||
* | default to using 2.6.35 | Florian Fainelli | 2010-09-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 23038 | ||||
* | remove 2.6.33 support | Florian Fainelli | 2010-09-12 | 30 | -4517/+0 |
| | | | | SVN-Revision: 23037 | ||||
* | change the Tecom GW6x00 profile to use wl instead of b43 | Florian Fainelli | 2010-09-12 | 1 | -2/+3 |
| | | | | SVN-Revision: 23036 | ||||
* | register udc and spi devices at the correct init level | Florian Fainelli | 2010-09-12 | 2 | -11/+11 |
| | | | | SVN-Revision: 23035 | ||||
* | refresh 2.6.35 patches | Florian Fainelli | 2010-09-12 | 2 | -3/+3 |
| | | | | SVN-Revision: 23034 | ||||
* | refresh 2.6.35 patches | Florian Fainelli | 2010-09-12 | 20 | -63/+63 |
| | | | | SVN-Revision: 23033 | ||||
* | opkg: - implement --add-dest and --add-arch commandline options, this allows ↵ | Jo-Philipp Wich | 2010-09-12 | 5 | -21/+254 |
| | | | | | | to run entirely without configuration - tweak default config location patch to not require a config in offline root mode - rename --force-run-hooks option to --force-postinstall, its a more appropriate name - utilize new opkg commandline options in package-ipkg.mk and remove config file generation SVN-Revision: 23032 | ||||
* | override ARCH_PACKAGES | Jo-Philipp Wich | 2010-09-12 | 2 | -0/+2 |
| | | | | SVN-Revision: 23031 | ||||
* | override ARCH_PACKAGES | Jo-Philipp Wich | 2010-09-12 | 2 | -0/+2 |
| | | | | SVN-Revision: 23030 | ||||
* | Implement an ARCH_PACKAGES variable which defaults to BOARD but can be ↵ | Jo-Philipp Wich | 2010-09-12 | 4 | -3/+15 |
| | | | | | | overridden on a per-subtarget basis. This is intended for targets such as adm5120 and malta which support both big and little endianess and will replace the target specific exceptions in package-defaults and Image Builder. SVN-Revision: 23029 |