summaryrefslogtreecommitdiff
path: root/openwrt/include
Commit message (Collapse)AuthorAgeFilesLines
* add support for per-package prereq checks, run global prereq checks before ↵Felix Fietkau2006-07-293-82/+92
| | | | | | (menu-)config SVN-Revision: 4318
* fix build issues with SMP compilesMike Baker2006-07-281-1/+1
| | | | SVN-Revision: 4317
* add more ipkg validation checksMike Baker2006-07-261-6/+9
| | | | SVN-Revision: 4292
* add ncurses to prereq checksFelix Fietkau2006-07-231-0/+10
| | | | SVN-Revision: 4244
* add genext2fs to build ext2 filesystem imagesNicolas Thill2006-07-221-1/+1
| | | | SVN-Revision: 4213
* port over the netfilter module packaging to the new system and fix iptables ↵Felix Fietkau2006-07-223-124/+2
| | | | | | dependencies SVN-Revision: 4206
* fix NO_TRACE_MAKEFelix Fietkau2006-07-221-5/+8
| | | | SVN-Revision: 4205
* revert last prereq.mk - seems to be a different issueFelix Fietkau2006-07-221-2/+2
| | | | SVN-Revision: 4204
* fix prereqsFelix Fietkau2006-07-221-2/+2
| | | | SVN-Revision: 4203
* fix a few directories missed in [4176]'s source -> downloadMike Baker2006-07-213-4/+4
| | | | SVN-Revision: 4198
* add submenu dependencies (used to hide the proprietary broadcom driver on ↵Felix Fietkau2006-07-211-0/+5
| | | | | | anything except for brcm-2.4) SVN-Revision: 4197
* fix a few broken depenanciesMike Baker2006-07-211-2/+2
| | | | SVN-Revision: 4181
* change $(STAMP_DIR) to $(LINUX_DIR) to avoid issues compiling multiple kernelsMike Baker2006-07-201-9/+6
| | | | SVN-Revision: 4180
* update prereqsMike Baker2006-07-201-11/+16
| | | | SVN-Revision: 4179
* UML target completed. Added ext2 target fs for use with uml imagesGerry Rozema2006-07-204-2/+17
| | | | SVN-Revision: 4178
* change 'source' to 'download'Mike Baker2006-07-201-2/+2
| | | | SVN-Revision: 4176
* cleanup & revert [4159]Mike Baker2006-07-201-4/+2
| | | | SVN-Revision: 4173
* check for zlib.h as wellFelix Fietkau2006-07-191-1/+1
| | | | SVN-Revision: 4170
* add a simple prerequisite checkFelix Fietkau2006-07-191-0/+118
| | | | SVN-Revision: 4168
* fix KBUILD_VERBOSE if V is unsetFelix Fietkau2006-07-181-1/+4
| | | | SVN-Revision: 4160
* accept V= from the environment as wellFelix Fietkau2006-07-181-4/+1
| | | | SVN-Revision: 4159
* make the buildroot-ng sdk compatible with the old packagesFelix Fietkau2006-07-181-0/+1
| | | | SVN-Revision: 4158
* move the cryptoapi kmod to package/kernelFelix Fietkau2006-07-182-18/+0
| | | | SVN-Revision: 4149
* move some of the kernel module packaging to package/kernel/Felix Fietkau2006-07-182-122/+0
| | | | SVN-Revision: 4146
* check if the Package/$(NAME) template is defined before packaging or ↵Felix Fietkau2006-07-181-6/+9
| | | | | | installing ipkg packages SVN-Revision: 4144
* rebuild ipkg control files if Makefile changesMike Baker2006-07-101-1/+1
| | | | SVN-Revision: 4124
* add a new FORCEREBUILD option to Package/<name> to force a package to be ↵Mike Baker2006-07-101-0/+4
| | | | | | rebuilt each time make is run SVN-Revision: 4123
* fix broken .pkginfo under certain situationsMike Baker2006-07-101-0/+2
| | | | SVN-Revision: 4122
* Add missing brcm63xx-2.6 target to the target listFlorian Fainelli2006-07-091-0/+1
| | | | SVN-Revision: 4120
* always set NO_TRACE_MAKEFelix Fietkau2006-07-021-1/+2
| | | | SVN-Revision: 4104
* add workaround for kernel module installFelix Fietkau2006-06-281-1/+3
| | | | SVN-Revision: 4098
* minor changesMike Baker2006-06-271-1/+1
| | | | SVN-Revision: 4096
* credit where credit is dueMike Baker2006-06-2711-1/+66
| | | | SVN-Revision: 4091
* add support for new modules.mk format (no autogenerated Config.in yet)Felix Fietkau2006-06-264-10/+117
| | | | SVN-Revision: 4083
* fix inclusion of kernel modules selected for install in images (closes: #598).Nicolas Thill2006-06-251-2/+2
| | | | SVN-Revision: 4081
* add extra targets to improve make tracing outputFelix Fietkau2006-06-251-1/+6
| | | | SVN-Revision: 4078
* move the broadcom driver stuff into its own submenuFelix Fietkau2006-06-251-0/+6
| | | | SVN-Revision: 4073
* prevent verbose script from corrupting .pkginfoMike Baker2006-06-231-6/+2
| | | | SVN-Revision: 4067
* set default verbosity to 0Mike Baker2006-06-231-1/+1
| | | | SVN-Revision: 4066
* fix kernel configure targetMike Baker2006-06-231-2/+1
| | | | SVN-Revision: 4065
* switch on new verbose systemMike Baker2006-06-232-8/+14
| | | | SVN-Revision: 4064
* new verbose/trace script for makeMike Baker2006-06-231-0/+25
| | | | SVN-Revision: 4057
* .pkginfo cleanup #2Mike Baker2006-06-232-7/+7
| | | | SVN-Revision: 4053
* set defaults for .pkginfoMike Baker2006-06-231-1/+4
| | | | SVN-Revision: 4052
* remove stale reference to package/rules.mk - not that useful in the ↵Felix Fietkau2006-06-221-1/+1
| | | | | | dependency handling anyway SVN-Revision: 4049
* add 0xdeadc0de to the jffs2 filesystem imagesFelix Fietkau2006-06-221-0/+4
| | | | SVN-Revision: 4048
* move target/linux/image to target/imageFelix Fietkau2006-06-211-0/+23
| | | | SVN-Revision: 4040
* massive cleanup of toolchain/Felix Fietkau2006-06-212-6/+121
| | | | SVN-Revision: 4038
* add INCLUDE_DIR variable for $(TOPDIR)/includeFelix Fietkau2006-06-213-3/+3
| | | | SVN-Revision: 4033
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵Felix Fietkau2006-06-217-0/+1372
lzma, mkfs.* into toolchain/ SVN-Revision: 4032