diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-13 20:26:27 +0000 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-12-13 20:26:27 +0000 | 
| commit | 189ccbaf529332af60704ce4b542950287c1241a (patch) | |
| tree | 4b5391072b1b7275f5b081f852cd45f3b4e48567 | |
| parent | 47b89762fa9441e836699c3371c21c8c1442799d (diff) | |
| download | buildroot-novena-189ccbaf529332af60704ce4b542950287c1241a.tar.gz buildroot-novena-189ccbaf529332af60704ce4b542950287c1241a.zip | |
- remove BR2_PACKAGE_BUSYBOX_CONFIG from here since we already have a default for it in busybox/Config.in
| -rw-r--r-- | target/device/x86/i386/Makefile.in | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/target/device/x86/i386/Makefile.in b/target/device/x86/i386/Makefile.in index 79de9119e..7b870b9dc 100644 --- a/target/device/x86/i386/Makefile.in +++ b/target/device/x86/i386/Makefile.in @@ -1,5 +1,3 @@  X86_I386_PATH=target/device/x86/i386 -BR2_PACKAGE_BUSYBOX_CONFIG=$(X86_I386_PATH)/busybox.config -  TARGETS+=linux26 | 
