mirror of
https://github.com/armbian/build.git
synced 2025-08-19 05:21:09 +02:00
* Fix odroid c1 u-boot build with GCC > 4.9 * Fix odroid c1 usb onboard hub * u-boot add olddefconfig for odroidc c1 * fix build on armbian * Update meson_common.inc
13 lines
392 B
Diff
13 lines
392 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -717,6 +717,9 @@
|
|
lcname = $(shell echo $(1) | sed -e 's/\(.*\)_config/\L\1/')
|
|
ucname = $(shell echo $(1) | sed -e 's/\(.*\)_config/\U\1/')
|
|
|
|
+olddefconfig : unconfig
|
|
+ @$(MKCONFIG) -A odroidc
|
|
+
|
|
#########################################################################
|
|
## Coldfire
|
|
#########################################################################
|