소스 검색

customize: deprecate package

As described in the buildroot dev day report, using a post-build script
is nowadays the preferred way of adding stuff to the rootfs.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 13 년 전
부모
커밋
0a19eea3ec
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/customize/Config.in

+ 1 - 0
package/customize/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_CUSTOMIZE
 	bool "customize"
+	depends on BR2_DEPRECATED
 	help
 	  Add custom stuff to your buildroot.