aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* generic: add support for the EON EN25F32 flash chipGabor Juhos2010-09-145-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 Wich2010-09-136-47/+43
| | | | SVN-Revision: 23057
* add kvm_guest to subtarget listJo-Philipp Wich2010-09-131-1/+1
| | | | SVN-Revision: 23056
* package/opkg: add missing patch from r23050Alexandros C. Couloumbis2010-09-131-0/+41
| | | | SVN-Revision: 23052
* remove wpa-supplicant and iw from the Tecom GW6x00 profileFlorian Fainelli2010-09-131-1/+1
| | | | SVN-Revision: 23051
* package/opkg: update to r563Alexandros C. Couloumbis2010-09-137-442/+4
| | | | SVN-Revision: 23050
* package/zlib: update to zlib-1.2.5Alexandros C. Couloumbis2010-09-132-216/+16
| | | | SVN-Revision: 23049
* tools/mtd-utils: update to version git-20100912Alexandros C. Couloumbis2010-09-136-43/+47
| | | | SVN-Revision: 23048
* linux/generic: update patches for 2.6.36-rc4Alexandros C. Couloumbis2010-09-131-174/+0
| | | | SVN-Revision: 23047
* linux/generic: update mini_fo evict_inode migrationAlexandros C. Couloumbis2010-09-131-9/+17
| | | | SVN-Revision: 23046
* linux/generic: semi-revert squashfs 2.6.36 changes until lzma code gets ↵Alexandros C. Couloumbis2010-09-132-14/+263
| | | | | | ready for mainlin inclusion SVN-Revision: 23045
* broadcom-diag: SimpleShare: expose power button as reset to the system, ↵Jo-Philipp Wich2010-09-132-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.aJo-Philipp Wich2010-09-121-1/+1
| | | | SVN-Revision: 23042
* - sync with host opkg changes - get rid of autogenerated opkg.conf - utilize ↵Jo-Philipp Wich2010-09-124-58/+14
| | | | | | dl/ as package cache, useful for remote downloads SVN-Revision: 23039
* default to using 2.6.35Florian Fainelli2010-09-121-1/+1
| | | | SVN-Revision: 23038
* remove 2.6.33 supportFlorian Fainelli2010-09-1230-4517/+0
| | | | SVN-Revision: 23037
* change the Tecom GW6x00 profile to use wl instead of b43Florian Fainelli2010-09-121-2/+3
| | | | SVN-Revision: 23036
* register udc and spi devices at the correct init levelFlorian Fainelli2010-09-122-11/+11
| | | | SVN-Revision: 23035
* refresh 2.6.35 patchesFlorian Fainelli2010-09-122-3/+3
| | | | SVN-Revision: 23034
* refresh 2.6.35 patchesFlorian Fainelli2010-09-1220-63/+63
| | | | SVN-Revision: 23033
* opkg: - implement --add-dest and --add-arch commandline options, this allows ↵Jo-Philipp Wich2010-09-125-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_PACKAGESJo-Philipp Wich2010-09-122-0/+2
| | | | SVN-Revision: 23031
* override ARCH_PACKAGESJo-Philipp Wich2010-09-122-0/+2
| | | | SVN-Revision: 23030
* Implement an ARCH_PACKAGES variable which defaults to BOARD but can be ↵Jo-Philipp Wich2010-09-124-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
* Fix compilation of crypto modules. This fixes #7920Michael Büsch2010-09-121-2/+2
| | | | SVN-Revision: 23028
* iproute2: Add lex/yacc files dependencies. Refresh other patches.Michael Büsch2010-09-126-39/+80
| | | | SVN-Revision: 23027
* Fix kernel crypto modules for >= 2.6.36Michael Büsch2010-09-111-2/+2
| | | | SVN-Revision: 23026
* firewall: - simplify masquerade rule setup - remove various subshell ↵Jo-Philipp Wich2010-09-117-94/+114
| | | | | | invocations - speedup fw() by not relying on xargs and pipes - rework SNAT support - attach to dest zone, use src_dip/src_dport as snat source SVN-Revision: 23024
* 6in4: don't use abbreviated notation for 0.0.0.0/0, iproute apparently does ↵Jo-Philipp Wich2010-09-112-3/+3
| | | | | | not like it anymore SVN-Revision: 23022
* ccache TARGET_CXXFlorian Fainelli2010-09-111-0/+1
| | | | | | Signed-off-by: Alam Arias <Alam.GBC@gmail.com> SVN-Revision: 23008
* nvvram: no checksum error recording on WRT54G3GV2(-VF)Florian Fainelli2010-09-112-1/+7
| | | | | | | | | | | | | | | | The CFE of the WRT54G3GV2 expects two firmware images, if one of them produces a CRC error (which is the case after you installed OpenWrt, as there is no second image), it writes one of three consecutive bytes to the flash. (Look for "Image Status : IMG2_BAD" during boot.) After the third boot with a CRC error, it stops and waits for a new firmware image. To prevent this 'noset_try_flag' must be set to 1 on boot. Tested with my own box. Signed-off-by: Niclas Koeser <nks at informatik.uni-kiel.de> SVN-Revision: 23007
* omap24xx: Add default network configMichael Büsch2010-09-112-0/+29
| | | | SVN-Revision: 23004
* omap24xx: Add pointercal fileMichael Büsch2010-09-111-0/+1
| | | | SVN-Revision: 23003
* update acx-mac80211 to 20100830Florian Fainelli2010-09-111-2/+2
| | | | SVN-Revision: 23002
* fix acx-mac80211 build failure with latest compat-wirelessFlorian Fainelli2010-09-111-0/+33
| | | | SVN-Revision: 23001
* Refresh patchMichael Büsch2010-09-101-15/+15
| | | | SVN-Revision: 23000
* Allow receiving input events even if the X-server grabbed the device.Michael Büsch2010-09-101-0/+31
| | | | SVN-Revision: 22999
* fix a small typo in sed patternJo-Philipp Wich2010-09-101-1/+1
| | | | SVN-Revision: 22997
* iproute2: Once the make calls were fixed up, parallel compile seems to work ↵Michael Büsch2010-09-091-1/+5
| | | | | | well. SVN-Revision: 22992
* pass opkg offline root as command line arg, solves caching issues when ↵Jo-Philipp Wich2010-09-091-2/+2
| | | | | | switching between multiple subtargets, thanks Ralph Hempel for reporting SVN-Revision: 22990
* uhttpd: break tight loop when receiving eof during header reading (#7904)Jo-Philipp Wich2010-09-092-1/+5
| | | | SVN-Revision: 22988
* iproute2: Fix compilationMichael Büsch2010-09-091-4/+7
| | | | SVN-Revision: 22987
* util-linux-ng: make build depend on libncurses, cfdisk is compiled ↵Jo-Philipp Wich2010-09-081-1/+1
| | | | | | unconditionally and will fail with missing input files if ncurses was not detected during configure SVN-Revision: 22982
* fix arch detection pattern to cope with underscores in board name, e.g. ↵Jo-Philipp Wich2010-09-081-1/+2
| | | | | | "adm5120_mips" SVN-Revision: 22980
* - add a helper script to generate opkg.conf, attempt to detect package ↵Jo-Philipp Wich2010-09-084-10/+56
| | | | | | architecture from packages/ - fix package defaults when no package override is given, IB previously aggregated the defautls of all profiles - introduce a repositories.conf, allows using remote opkg repositories in imagebuilder SVN-Revision: 22978
* base-files: add an experimental "-c" flag which tries to preserve *all* ↵Jo-Philipp Wich2010-09-072-3/+20
| | | | | | changed files in /overlay/etc minus some system files SVN-Revision: 22977
* fix Dockstart default rdate interface in system config, reformatJo-Philipp Wich2010-09-071-3/+5
| | | | SVN-Revision: 22975
* use --force-run-hooks for host opkg installJo-Philipp Wich2010-09-071-1/+2
| | | | SVN-Revision: 22973
* From: Joseph Roback <openwrt-devel@roback.cc>Michael Büsch2010-09-077-5/+15
| | | | | | | | 26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages. Signed-off-by: Joe Roback <joe@roback.cc> SVN-Revision: 22965
* host.mk: Don't use bash-ismMichael Büsch2010-09-061-1/+1
| | | | SVN-Revision: 22963