projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38ec41b
)
fix device_table.txt path in arm_toolchain_defconfig
author
cmchao
<cmchao@gmail.com>
Fri, 14 May 2010 08:08:05 +0000
(16:08 +0800)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sat, 22 May 2010 20:07:25 +0000
(22:07 +0200)
Signed-off-by: Chih-Min Chao <cmchao@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
configs/arm_toolchain_defconfig
patch
|
blob
|
history
diff --git
a/configs/arm_toolchain_defconfig
b/configs/arm_toolchain_defconfig
index 460fe957c29e174322e20d6d91c24174fb198c11..e4c181e500287fee0f4322523d48c70b22881f76 100644
(file)
--- a/
configs/arm_toolchain_defconfig
+++ b/
configs/arm_toolchain_defconfig
@@
-712,7
+712,7
@@
BR2_PACKAGE_XSERVER_none=y
#
# filesystem for target device
#
-BR2_ROOTFS_DEVICE_TABLE="target/
device/
generic/device_table.txt"
+BR2_ROOTFS_DEVICE_TABLE="target/generic/device_table.txt"
# BR2_TARGET_ROOTFS_CRAMFS is not set
# BR2_TARGET_ROOTFS_CLOOP is not set
# BR2_TARGET_ROOTFS_EXT2 is not set