Felix Fietkau
|
b08f551711
|
add md5sum for final linux 2.6.27
SVN-Revision: 12982
|
16 years ago |
Hamish Guthrie
|
86ac8bc7ea
|
Adds support for using a local clone of a git tree
SVN-Revision: 12941
|
16 years ago |
Felix Fietkau
|
beb83c1e59
|
add function names to quilt-generated patch files to make patches more readable
SVN-Revision: 12938
|
16 years ago |
Felix Fietkau
|
cb73e4ad91
|
fix inotify detection for linux 2.4 (fixes glib2 and packages that depend on it on brcm-2.4)
SVN-Revision: 12896
|
16 years ago |
Gabor Juhos
|
73f2d150e3
|
refresh 2.6.27 patches based on -rc9
SVN-Revision: 12892
|
16 years ago |
Andy Boyett
|
44f3239622
|
generate md5 checksums of generated firware images. closes #4003 - checksums located in bin/md5sums - integrity can be verified using md5sum -c
SVN-Revision: 12889
|
16 years ago |
Felix Fietkau
|
926925622f
|
enable luci by default
SVN-Revision: 12870
|
16 years ago |
Gabor Juhos
|
12701b1d25
|
refresh 2.6.27 patches based on -rc8
SVN-Revision: 12858
|
16 years ago |
Felix Fietkau
|
cdcc68d689
|
implement conditional dependencies for generating the Depends: field of ipkgs
SVN-Revision: 12836
|
16 years ago |
Felix Fietkau
|
bc92b67c41
|
port generic and ixp4xx kernel patches to 2.6.27 (compiles except for iptables, but otherwise completely untested)
SVN-Revision: 12790
|
16 years ago |
Felix Fietkau
|
8ce76ceccb
|
cris is little endian, not big endian (patch from #4048)
SVN-Revision: 12773
|
16 years ago |
Gabor Juhos
|
821170133f
|
update to 2.6.26.5 and 2.6.25.17
SVN-Revision: 12718
|
16 years ago |
Felix Fietkau
|
d0302d323b
|
make sure a predefined CFLAGS variable does not get in the way (fix for #4038)
SVN-Revision: 12702
|
16 years ago |
Nicolas Thill
|
2c8010b2dc
|
make the whole iptables/netfiter modular (closes: #3871, #3527)
SVN-Revision: 12649
|
16 years ago |
Florian Fainelli
|
d1f4f4646d
|
Remove 2.6.22 files, no target uses them anymore
SVN-Revision: 12638
|
16 years ago |
Lars-Peter Clausen
|
6f774d468f
|
Change libtool fixup behaviour. Still ugly but it works until we have a real fix. It uses a InstallDev/Post hook to find all .la files which are going to be installed in the staging dir and prefixes every path in those files which starts with /usr/lib with $(STAGING_DIR).
SVN-Revision: 12586
|
16 years ago |
Lars-Peter Clausen
|
3601e8b9bb
|
oops, previous commit was broken. remove wrong line break.
SVN-Revision: 12570
|
16 years ago |
Lars-Peter Clausen
|
013d074603
|
Add InstallDev/(Pre|Post) hooks.
SVN-Revision: 12569
|
16 years ago |
Felix Fietkau
|
5437cc1f7c
|
target features: fix usb support detection
SVN-Revision: 12551
|
16 years ago |
Felix Fietkau
|
3b937f85e8
|
add default Build/Install template, which is activated by setting PKG_INSTALL=1
SVN-Revision: 12512
|
16 years ago |
Felix Fietkau
|
096531f61e
|
make sure that when the kernel config changes, compile is triggered for all kernel dependent packages
SVN-Revision: 12503
|
16 years ago |
Felix Fietkau
|
b0d8473bf4
|
get rid of a shell warning if md5sum is not found
SVN-Revision: 12494
|
16 years ago |
Felix Fietkau
|
6f16d961a5
|
clean up md5s() shell function
SVN-Revision: 12493
|
16 years ago |
Felix Fietkau
|
a7d856c4ce
|
add prereq check for extended getopt (#3944)
SVN-Revision: 12491
|
16 years ago |
Lars-Peter Clausen
|
2552e9362b
|
Add @GNOME download source.
SVN-Revision: 12469
|
16 years ago |
Felix Fietkau
|
5719247ae3
|
add an extra build step Build/Install which allows you to run a make install target after the post-compile hooks have run - will be necessary for some libtool dependent stuff
SVN-Revision: 12452
|
16 years ago |
Florian Fainelli
|
a35b2385ae
|
this adds hg (Mercurial) SCM checkout support, very similar to the current git or svn checkout support; potential use is for building em28xx-new driver (USB hybrid DVB-T device) which lives in a Mercurial repo. (#3229)
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
SVN-Revision: 12433
|
16 years ago |
Felix Fietkau
|
38b96e6b68
|
fix kconfig for packages that only define =y, =m or =n rules
SVN-Revision: 12414
|
16 years ago |
John Crispin
|
c1bc95ec34
|
fixes cvs download, signed-off by Bruno Randolf
SVN-Revision: 12401
|
16 years ago |
Felix Fietkau
|
ab8c8b019f
|
enable quilt by default for the kernel tree
SVN-Revision: 12400
|
16 years ago |
Felix Fietkau
|
2311fc9850
|
replace the deprecated git-* command calls with git *
SVN-Revision: 12379
|
16 years ago |
Felix Fietkau
|
811b00f646
|
fix make kernel_menuconfig for subtarget kernel config files
SVN-Revision: 12376
|
16 years ago |
Gabor Juhos
|
184c6b06f2
|
update to 2.6.26.3 and 2.6.25.16
SVN-Revision: 12371
|
16 years ago |
Felix Fietkau
|
bdb9c7351c
|
some more build system cleanup
SVN-Revision: 12329
|
16 years ago |
Felix Fietkau
|
08b6c2294f
|
export the FIND variable which points to a usable find version
SVN-Revision: 12327
|
16 years ago |
Felix Fietkau
|
a3a37d0bb1
|
rework parallel building to get rid of some warnings and add back support for parallelizing the kernel build fixes #3882
SVN-Revision: 12322
|
16 years ago |
Travis Kemen
|
99dd3e13fc
|
make opkg the default package manager, disable busybox ipkg from building by default
SVN-Revision: 12319
|
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
|
14a3ac5c63
|
fix cut&paste mistake
SVN-Revision: 12254
|
16 years ago |
Felix Fietkau
|
ef05bf3494
|
fix make distclean
SVN-Revision: 12252
|
16 years ago |
Gabor Juhos
|
e5fa05d788
|
update to 2.6.25.15 and 2.6.26.2
SVN-Revision: 12242
|
17 years ago |
Nicolas Thill
|
e848e7654b
|
move arch-specific definitions to arch site files
SVN-Revision: 12229
|
17 years ago |
Felix Fietkau
|
fb344e3dff
|
add ac_cv_file__dev_zero to sitefiles
SVN-Revision: 12227
|
17 years ago |
Felix Fietkau
|
348d5ba521
|
add ssize_t definition to site files, fix up size for x86_64
SVN-Revision: 12226
|
17 years ago |
Felix Fietkau
|
3a321fb110
|
fix 'make docs'
SVN-Revision: 12211
|
17 years ago |
Felix Fietkau
|
311c9403d9
|
fix make variable overriding for package makefiles on the command line
SVN-Revision: 12204
|
17 years ago |
Felix Fietkau
|
352173f782
|
add missing configure variable to sitefile (required by gstreamer)
SVN-Revision: 12152
|
17 years ago |
Felix Fietkau
|
06e754b1f7
|
replace config.guess and config.sub properly, even if they are in a subdirectory
SVN-Revision: 12148
|
17 years ago |
Felix Fietkau
|
86f5eb449c
|
add prereq check for python
SVN-Revision: 12110
|
17 years ago |
John Crispin
|
21bbdc24c3
|
adds a new uci firewall - iptbales and netfilter packages need to be rewrapped when we switch to this firewall as default - there are some examples in the file /etc/config/firewall - iptables-save/restore are still missing - hotplug takes care of adding/removing netdevs during runtime - misisng features ? wishes ? let me know ...
SVN-Revision: 12089
|
17 years ago |