aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx/all0258n: fix partition layoutGabor Juhos2011-10-271-1/+1
| | | | | | | | A miscalculation in the original patch makes OpenWrt destroy the failsafe image. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28615
* busybox: disable rdate, enable ntpd by defaultJo-Philipp Wich2011-10-273-4/+4
| | | | SVN-Revision: 28613
* base-files: remove rdate integration, add busybox ntpd init script and ↵Jo-Philipp Wich2011-10-275-81/+41
| | | | | | server list in /etc/config/system The rdate applet proved to be too unreliable to obtain the current time on boot: - public time servers are rare and often unreachable or overloaded - rdate does not daemonize, it needs a network connection the moment it is started, leading to race conditions - the /etc/config/timeserver configuration is overly complex and there is no reliable way to disable rdate invocations - the time protocol as specified in RFC 868 is considered obsolete This commit adds an init script /etc/init.d/sysntpd which starts and stops the busybox ntpd accordingly. The builtin ntpd can be disabled by either disabling the init script, removing the symlink to busybox or by clearing the timeserver list in /etc/config/system. SVN-Revision: 28612
* netifd: if core dump support is enabled, use it. also add some delay after ↵Felix Fietkau2011-10-261-0/+5
| | | | | | start to avoid race conditions with other init scripts SVN-Revision: 28611
* netifd: update to the latest version, contains small fixes for interface ↵Felix Fietkau2011-10-261-2/+2
| | | | | | reloading and adds support for dependency handling of stacked devices like dsa SVN-Revision: 28610
* getver.sh: cope with varying "git log" line formats to reliably extract the ↵Jo-Philipp Wich2011-10-261-1/+1
| | | | | | git-svn rev (#10268) SVN-Revision: 28604
* Update my email addressMichael Büsch2011-10-261-1/+1
| | | | SVN-Revision: 28603
* firmware-utils/mktplinkfw: fix hardware id of the TL-WR740 v3Gabor Juhos2011-10-261-1/+1
| | | | SVN-Revision: 28602
* package: mac80211: remove uses of $(LINUX_KMOD_SUFFIX)Jonas Gorski2011-10-261-4/+4
| | | | SVN-Revision: 28601
* package: kernel: remove last use of $(LINUX_KMOD_SUFFIX)Jonas Gorski2011-10-261-1/+1
| | | | SVN-Revision: 28600
* x86: disable crashlog, ioremap of RAM does not work properly hereFelix Fietkau2011-10-261-0/+1
| | | | SVN-Revision: 28599
* package/kernel: remove remaining uses of $(LINUX_KMOD_SUFFIX)Nicolas Thill2011-10-261-6/+6
| | | | SVN-Revision: 28598
* ar71xx: create image for the WNDR3800Gabor Juhos2011-10-261-0/+1
| | | | | | | | | This adds support for the Netgear WNDR3800, it is almost the same as the WNDR3700v2. It just has more RAM so the hd_id had to be adjusted. Signed-off-by: Petri Rosenström <petri.rosenstrom@gmail.com> SVN-Revision: 28597
* include/package-ipkg.mk: fix typoNicolas Thill2011-10-261-1/+1
| | | | | | | Fix a typo that caused packaging of an empty ./lib/upgrade/keep.d directory when the package supplied conffiles SVN-Revision: 28595
* package/zlib: include zlib.pc (pkconfig)Nicolas Thill2011-10-251-0/+3
| | | | | | | | | | Compiling zlib produces zlib.pc (pkgconfig), but it is not currently installed in staging_dir/usr/lib/pkgconfig. If it was included other packages depending on zlib could easier be compiled. Signed-off-by: Espen Jürgensen <espenjurgensen@gmail.com> SVN-Revision: 28591
* target: remove CONFIG_IDE_PROC_FS support as wellJo-Philipp Wich2011-10-259-9/+9
| | | | SVN-Revision: 28586
* brcm47xx: revert accidentially added EARLY_PRINTK symbol from previous commitJo-Philipp Wich2011-10-251-1/+0
| | | | SVN-Revision: 28585
* target: globally disable BSD process accountingJo-Philipp Wich2011-10-2537-38/+10
| | | | SVN-Revision: 28584
* busybox: fix a compile error on mac os xFelix Fietkau2011-10-251-0/+13
| | | | SVN-Revision: 28578
* mac80211: allow building ath9k_htc without PCI support, based on patch by ↵Jo-Philipp Wich2011-10-251-1/+1
| | | | | | Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 28573
* ramips: Support for NexAira BC2Gabor Juhos2011-10-2412-3/+171
| | | | | | | | | The preconfiguration of the USB LED has benn move to the /etc/uci-defaults/leds script. [juhosg] Signed-off-by: Adam Porter <porter.adam at gmail.com> SVN-Revision: 28571
* ramips: fix switch-port assignment for HW550-3GGabor Juhos2011-10-241-1/+1
| | | | | | | | WAN is on swtich port 0 for Aztech HW550-3G. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28570
* ramips: combine led setup for all boards in one fileGabor Juhos2011-10-245-85/+34
| | | | | | | | | This removes unnecessary duplication and simplifies led setup for new boards. It would be a one line change most likely. Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 28569
* ar71xx: build image for the Buffalo WHR-HP-G300NGabor Juhos2011-10-242-0/+35
| | | | | | Based on a patch by Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 28568
* ar71xx: Buffalo WHR-HP-G300N kernel supportGabor Juhos2011-10-249-1/+213
| | | | | | | | | | | | | The initial support for the Buffalo WHR-HP-G300N box. The code was confirmed to boot and run, but not tested in depth. Known problem: iw phy phy0 info shows: Coverage class: 0 (up to 0m) Available Antennas: TX 0 RX 0 Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 28567
* package/u-boot-envtools: update to version 2011.06.Gabor Juhos2011-10-244-68/+101
| | | | | | | | | | | | | This updates uboot-envtools to the version which comes with U-Boot 2011.06. The important novelity is that fw_setenv now supports batch processing, which greatly improves sysupgrade of the ALL0258N as otherwise we would have to overwrite uboot-env up to 8x in a single firmware upgrade. Unfortunately, no newer version of the sources is available from Debian, so we got to take it from the u-boot source which is kinda ugly... Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28566
* ar71xx: build image for the Allnet ALL0258N boardGabor Juhos2011-10-241-0/+6
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28565
* ar71xx: add kernel support for the Allnet ALL0258N boardGabor Juhos2011-10-246-0/+159
| | | | | | | | | | This patchs adds support for the Allnet ALL0258N outdoor AP/bridge. The ALL0258N is based on the AR7240 SoC paired with an AR9285 radio, it got 8MB of NOR and 32MB SDRAM. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 28564
* ar71xx: don't override CONFIG_FSNOTIFYGabor Juhos2011-10-241-1/+0
| | | | SVN-Revision: 28563
* base-files: make sure inittab-console-fixup returns with success (#10275)Jo-Philipp Wich2011-10-241-0/+2
| | | | SVN-Revision: 28562
* package/ipset: move out to packages/net/Nicolas Thill2011-10-242-146/+0
| | | | SVN-Revision: 28561
* package/perf: move out to packages/devel/Nicolas Thill2011-10-241-52/+0
| | | | SVN-Revision: 28560
* netifd: update to latest version, fixes a crash on dhcp renewFelix Fietkau2011-10-241-2/+2
| | | | SVN-Revision: 28557
* relayd: update to git head 4e8f1fa4ca2b176500362843a9e57ea5abd4b7a3Jo-Philipp Wich2011-10-241-2/+2
| | | | SVN-Revision: 28554
* linux: add 3.1 checksumJonas Gorski2011-10-241-0/+3
| | | | SVN-Revision: 28553
* package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743)Nicolas Thill2011-10-241-0/+5
| | | | SVN-Revision: 28549
* package/busybox: revert config defaults inadvertently changed in [28513] ↵Nicolas Thill2011-10-244-5/+5
| | | | | | (thanks to Liu Yu Fei, Eric), bump release number SVN-Revision: 28547
* netifd: update to latest version, fixes interface hotplugging issuesFelix Fietkau2011-10-231-3/+3
| | | | SVN-Revision: 28546
* netifd: add two simple scripts for querying interface/device statusFelix Fietkau2011-10-232-0/+25
| | | | SVN-Revision: 28545
* netifd: reload the network config on ifup -aFelix Fietkau2011-10-231-0/+1
| | | | SVN-Revision: 28544
* firewall: prevent ip6tables -t nat rules (#10265)Jo-Philipp Wich2011-10-232-2/+3
| | | | SVN-Revision: 28535
* firewall: fix another instance of unquoted "*"Jo-Philipp Wich2011-10-222-2/+2
| | | | SVN-Revision: 28529
* firewall: fix possible expansion of "*" when rules with "option src *" are ↵Jo-Philipp Wich2011-10-222-6/+11
| | | | | | processed SVN-Revision: 28527
* firewall: do not check for module availability, let iptables fail if a ↵Jo-Philipp Wich2011-10-222-16/+2
| | | | | | feature is not present (#7610) SVN-Revision: 28525
* x86: allow VDI & VMDK images for all subtargets (closes: #10255)Nicolas Thill2011-10-221-2/+2
| | | | SVN-Revision: 28518
* wrt55agv2-spidevs: fix build with recent kernelNicolas Thill2011-10-221-1/+1
| | | | SVN-Revision: 28516
* kernel: add dependency on kmod-crypto-authenc to kmod-ipsec (closes: #7431)Nicolas Thill2011-10-221-1/+1
| | | | SVN-Revision: 28515
* netifd: add a dependency on jshnFelix Fietkau2011-10-221-1/+1
| | | | SVN-Revision: 28514
* busybox: update to 1.19.2 (thanks to Peter Wagner)Nicolas Thill2011-10-2158-549/+1023
| | | | SVN-Revision: 28513
* uci: fix segfault on import of anonymous sections (#10204)Felix Fietkau2011-10-211-3/+3
| | | | SVN-Revision: 28507