소스 검색

fixup a couple of typos

Eric Andersen 20 년 전
부모
커밋
9fb8ba75ff
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      target/generic/Config.in

+ 2 - 2
target/generic/Config.in

@@ -1,4 +1,4 @@
-comment "Generic Device Support"
+comment "Generic System Support"
 
 config BR2_TARGET_GENERIC_ACCESS_POINT
 	bool "Generic wireless access point"
@@ -19,7 +19,7 @@ config BR2_TARGET_GENERIC_FIREWALL
 
 
 config BR2_TARGET_GENERIC_DEV_SYSTEM
-	bool "Generic firewall"
+	bool "Generic development system"
 	default n
 	select BR2_CCACHE
 	select BR2_PACKAGE_GDB