0001-parabola-arm-modifications.patch 730 B

1234567891011121314151617181920212223242526272829
  1. diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h
  2. index d8165cc..377322b 100644
  3. --- a/include/config_distro_defaults.h
  4. +++ b/include/config_distro_defaults.h
  5. @@ -68,4 +68,7 @@
  6. #define CONFIG_SUPPORT_RAW_INITRD
  7. #define CONFIG_SYS_HUSH_PARSER
  8. +#define CONFIG_CMD_PART
  9. +#define CONFIG_PARTITION_UUIDS
  10. +
  11. #endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */
  12. diff --git a/include/configs/usbarmory.h b/include/configs/usbarmory.h
  13. index 714e3e2..6be57dc 100644
  14. --- a/include/configs/usbarmory.h
  15. +++ b/include/configs/usbarmory.h
  16. @@ -23,6 +23,8 @@
  17. #include <config_distro_defaults.h>
  18. +#define CONFIG_IDENT_STRING " Parabola GNU/Linux-libre"
  19. +
  20. /* U-Boot commands */
  21. #define CONFIG_CMD_MEMTEST
  22. --
  23. 2.6.1