Commit Graph

8856 Commits (55f3b8ade23f63bbc8d9365c1f951b8081efc869)
 

Author SHA1 Message Date
Florian Fainelli 8dc883b976 Allow routerboard users to kexec into the newly installed kernel if kexec-tools is installed
SVN-Revision: 12286
16 years ago
John Crispin c9f2df5cea fixes firewall makefile description
SVN-Revision: 12285
16 years ago
John Crispin 5627667654 uci firewall - make uci firewall default and remove old code - fix up dependencies
SVN-Revision: 12284
16 years ago
Florian Fainelli 4b5488ebfa Add 802.1x client configuration support and corresponding documentation (#2069)
SVN-Revision: 12283
16 years ago
John Crispin 43e28bf153 uci_firewall - fixes hotplug.d script
SVN-Revision: 12282
16 years ago
John Crispin 0f5cbca010 uci firewall - remove implicit creation of zones, based on network interfaces
SVN-Revision: 12281
16 years ago
Felix Fietkau 5745e536d4 madwifi: napi polling fix - fix u_int negative comparison - add some reserve for polling packets (ff has two frames in one descriptor)
SVN-Revision: 12280
16 years ago
Felix Fietkau 2e46841afd switch the br2684 default to routed mode instead of bridged mode, as it's more common
SVN-Revision: 12277
16 years ago
Florian Fainelli 5cf0db54c6 Package ip6t_limit and ip6t_frag for 2.4 kernels (#3760)
SVN-Revision: 12276
16 years ago
Felix Fietkau 0778290e26 add missing dependency
SVN-Revision: 12270
16 years ago
Felix Fietkau 166de52b8f fix kmod-ide-core packaging for 2.6.26+
SVN-Revision: 12269
16 years ago
Felix Fietkau b1683b748d add missing kconfig symbol for generic ide
SVN-Revision: 12268
16 years ago
Felix Fietkau 26aa731dc1 fix aes on x86 (thx, Acinonyx)
SVN-Revision: 12267
16 years ago
Gabor Juhos 45a4ac68a8 add wget2nand script
SVN-Revision: 12263
16 years ago
Gabor Juhos 6ce62982dd ag71xx: add initial message level support
SVN-Revision: 12262
16 years ago
Felix Fietkau 91a01e4106 move some webcam/sound related stuff from trunk to packages
SVN-Revision: 12260
16 years ago
Florian Fainelli d7c8f38007 Make sure we will have lower case MAC addresses when doing WDS
SVN-Revision: 12259
16 years ago
Florian Fainelli a53aa71c83 Do not run telnet if either dropbear or openssh server are running (#3839)
SVN-Revision: 12258
16 years ago
Gabor Juhos 0be0708676 split support of Cellvision boards
SVN-Revision: 12255
16 years ago
Felix Fietkau 14a3ac5c63 fix cut&paste mistake
SVN-Revision: 12254
16 years ago
Felix Fietkau fcc091e15e sanitize msdosfs header for user space in 2.6.25 (fixes dosfstools compile)
SVN-Revision: 12253
16 years ago
Felix Fietkau ef05bf3494 fix make distclean
SVN-Revision: 12252
16 years ago
Florian Fainelli 22aa7c6406 Support encrypted WDS connections (#2463)
SVN-Revision: 12251
16 years ago
Felix Fietkau 753e5b492d add support for appending a file to jffs2 during reflash on the fly
SVN-Revision: 12250
16 years ago
Florian Fainelli e71cdf8127 package iproute2 has problems building on recent BSD-derived platforms because some programs to be run on the host use malloc.h in an incompatible way.
package/iproute2/patches/004-darwin_fixes.patch has a fix for Darwin,
however the fix can be made to work on other BSD platforms
by changing the patch as below.

I think a similar approach should work for other BSD-derived platforms,
replacing the
	#ifndef __APPLE__
with
	#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(...)

or perhaps even with just

	#ifdef __linux__

if the set of platforms where malloc.h is ok is small or restricted
to just linux

In any case, the patch is below. (#3869)
Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it>

SVN-Revision: 12249
16 years ago
Florian Fainelli 80e83652ae Invert logic, first search for find as most people will build under Linux
SVN-Revision: 12248
16 years ago
Florian Fainelli 65d4a5eaab ipkg-build calls 'find' directly irrespective of the platform, this causes failure in case gnu-find specific options are used (such as "-uid +99").
The attached diff, which creates tools/ipkg-utils/patches/160-find.patch,
fixes the problem by using gfind is available. Again, this is similar
to what is done in include/host.mk. (#3868)

Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it>

SVN-Revision: 12247
16 years ago
Florian Fainelli 067a1fe3b6 scripts/feeds calls 'make' irrespective of the platform it is running on. The attached patch changes the code to use gmake if available (which should cover non-linux platforms, and is the same logic used to adapt other programs in include/host.mk) (#3867)
Signed-off-by: Luigi Rizzo <rizzo@iet.unipi.it>

SVN-Revision: 12246
16 years ago
John Crispin 2bd17fe1cb fixes kernel oops when reset button was pressed too often on atheros
SVN-Revision: 12245
16 years ago
Imre Kaloz c11df62fb8 upgrade ppc44x to 2.6.26.2
SVN-Revision: 12244
16 years ago
Imre Kaloz 89165c4400 upgrade ppc40x to 2.6.26.2 as well
SVN-Revision: 12243
16 years ago
Gabor Juhos e5fa05d788 update to 2.6.25.15 and 2.6.26.2
SVN-Revision: 12242
16 years ago
Felix Fietkau c05eb4ba63 add basic interface alias support. for now (since we don't use ip in our network scripts yet), it adds :1, :2, ... alias interfaces this will change when we add support for the ip utility, but the config format will remain the same. example:
config alias     test
option interface lan
option ipaddr    192.168.1.1
option netmask   255.255.0.0

SVN-Revision: 12241
16 years ago
Florian Fainelli 9c8bb0241f Add 11gdt, 11adt, 11ast and fh modes (#3824)
SVN-Revision: 12240
16 years ago
Gabor Juhos db4d23b457 add 2.6.26 specific files
SVN-Revision: 12239
16 years ago
Steven Barth 34a16898a1 update luci feed url to use http due to certificate issues
SVN-Revision: 12238
16 years ago
Steven Barth 6b6d027172 added support for the timer-trigger to uci LED support
SVN-Revision: 12236
16 years ago
Florian Fainelli 91bec65028 Add missing kernel configuration options since the SLUB allocator switch
SVN-Revision: 12235
16 years ago
Gabor Juhos dbb6051caf add alternative board id for the ZyXEL P-334WT
SVN-Revision: 12232
16 years ago
Mike Baker 1139608784 allow ctrl-c to trigger preinit
SVN-Revision: 12231
16 years ago
Nicolas Thill e848e7654b move arch-specific definitions to arch site files
SVN-Revision: 12229
16 years ago
Felix Fietkau fb344e3dff add ac_cv_file__dev_zero to sitefiles
SVN-Revision: 12227
16 years ago
Felix Fietkau 348d5ba521 add ssize_t definition to site files, fix up size for x86_64
SVN-Revision: 12226
16 years ago
Felix Fietkau e9ea28b0af use $(FPIC) in a few places where it matters
SVN-Revision: 12225
16 years ago
Felix Fietkau 14ac8769b2 add a variable that contains the proper architecture-dependent -fPIC/-fpic cflag for building shared libraries
SVN-Revision: 12224
16 years ago
Florian Fainelli ce8903f1ce kexec for powerpc actually only support ps3 or gamecube, not magicbox for instance
SVN-Revision: 12223
16 years ago
Felix Fietkau 1391134579 and another one
SVN-Revision: 12217
16 years ago
Felix Fietkau 88b0d6785e fix a small typo
SVN-Revision: 12216
16 years ago
Gabor Juhos 6c0474b383 ebtables: useless without kmod-eptables
SVN-Revision: 12214
16 years ago
Felix Fietkau cc357e82e2 add missing gitignore change for build environments
SVN-Revision: 12213
16 years ago