aboutsummaryrefslogtreecommitdiffstats
path: root/include/package-ipkg.mk
Commit message (Expand)AuthorAgeFilesLines
* some minor fixes, cleanups, package build abstractionFelix Fietkau2007-09-281-4/+1
* add 'Provides:' line in ipkg control filesNicolas Thill2007-09-211-0/+1
* move ipkg related vars from ./rules.mk to ./include/package-ipkg.mkNicolas Thill2007-09-031-0/+12
* move rule for $(STAGING_DIR)/etc/ipkg.conf out of BuildIPKG so that it's defi...Nicolas Thill2007-08-261-5/+6
* move ipkg.conf creation from tools/ipkg-utils to include/package-ipkg.mkNicolas Thill2007-08-251-1/+6
* combine the 3 find in a single oneNicolas Thill2007-08-241-3/+1
* fix recursive dependencies on build directories - should lead to fewer sponta...Felix Fietkau2007-05-091-1/+1
* fixes for a few build errors on osx without finkFelix Fietkau2007-04-291-3/+3
* clean up dependency handling for autorebuildsFelix Fietkau2007-04-151-8/+0
* revert find | xargs => find | exec changes - this is completely unnecessary a...Felix Fietkau2007-04-121-3/+3
* Using find's -exec to remove directories causes 'not found' errors when find ...Mike Baker2007-04-031-3/+3
* Use find -exec instead of xargsFlorian Fainelli2007-04-021-3/+3
* re-enable SDK=1 and DEVELOPER=1 overrides for building all packagesFelix Fietkau2007-03-161-1/+1
* formatting and trivial cleanupMike Baker2007-03-161-50/+39
* Add an 'Image Configuration' menu to menuconfig Packages can export a list of...Felix Fietkau2007-03-161-6/+8
* split package.mk and clean up build system code (based on patch by mbm), make...Felix Fietkau2007-03-151-0/+105
2'>212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288