Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
kr:faq:before_installation [2017/03/27 15:26] – [How do I compile LEDE?] parkko:faq:before_installation [2019/07/04 05:28] – ↷ Links adapted because of a move operation tmomas
Line 37: Line 37:
  
 ==== LEDE는 어떻게 설치하나요? ==== ==== LEDE는 어떻게 설치하나요? ====
--> [[kr:docs:guide-quick-start:start|빠른 시작 가이드 - LEDE 설치]]+-> [[ko:docs:guide-quick-start:start|빠른 시작 가이드 - LEDE 설치]]
  
 ==== LEDE는 어떻게 컴파일하나요? ==== ==== LEDE는 어떻게 컴파일하나요? ====
 [[docs:guide-developer:quickstart-build-images|이미지 빌드 가이드]] [[docs:guide-developer:quickstart-build-images|이미지 빌드 가이드]]
  
-==== Which packages can I safely remove to save space? ==== +==== 공간을 절약하기 위해 제거해도 되는 패키지는 무엇입니까? ==== 
-Flash space is scarce on devices with only 4MB flash. You can save some space while compiling your own image by removing packages that are not needed for your usecase.+4MB flash만 있는 장치에서는 flash 공간이 부족합니다이미지를 컴파일하는 동안 사용공간에 필요하지 않은 패키지를 제거하여 공간을 절약할 수 있습니다.
  
-If the device has 16MB or less of RAM, then it should only be used as Internal AP (e.gto extend Wi-Fi coverage). Then you can+기기의 RAM 크기가 16MB 이하인 경우 내부 AP로만 사용해야합니다(Wi-Fi 서비스 범위 확장 등). 다음과 같은 일을 할 수 있습니다
-  * - disable IPv6  +  * - IPv6는 사용하지 않습니다. 
-  * - remove all related elements to iptables  +  * - iptables에 관련된 요소를 제거합니다. 
-  * - remove dhcp servers  +  * - dhcp 서버를 제거합니다.  
-  * + add LUCI  +  * + LUCI를 추가합니다 
-  * + add zram  +  * + zram 를 추가합니다 
-  * - remove opkg - not needed after making these adjustments+  * - opkg를 제거합니다 이러한 조정 후에는 필요하지 않습니다.
  
-If the device has 32MB of RAM you just need to+32MB 기기라면 다음을 수행하면 됩니다
-  * - disable IPv6  +  * - IPv6 사용하지 않습니다. 
-  * + add LUCI  +  * + LUCI를 추가합니다 
-  * + add zram  +  * + zram를 추가합니다 
-  * - remove opkg - not needed after making these adjustments+  * - opkg를 제거합니다 이러한 조정 후에는 필요하지 않습니다.
  
-==== How do I compile all LEDE packages? ====+==== 모든 LEDE 패키지는 어떻게 컴파일하나요? ====
 <code>CONFIG_ALL=y + make V=99 IGNORE_ERRORS=m</code> <code>CONFIG_ALL=y + make V=99 IGNORE_ERRORS=m</code>
  
  
  • Last modified: 2021/10/15 08:27
  • by 89.72.252.216