Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HLK-RM04 and some options to build it correctly. Also enable libs needed for telnetd #70

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

anantkamath
Copy link

  • Added a cfg for the HLK-RM04 which uses the RT5350 kernconf.
    (ref: http://permalink.gmane.org/gmane.os.freebsd.devel.mips/4156)
    A separate rt5350 config can perhaps be added later
  • The build_ralink script adds a magic string/preamble string to the uboot image that is not necessary for all devices. So added a config option for it : X_UBOOT_AIRSTATION_PREAMBLE
    Only fon2305e used build_ralink, so enabled this option for it
  • Also added an option for configuring the console tty: X_CFG_DEFAULT_TTY
    (which is ttyu1 and not ttyu0 for rt5350 based devices)
  • Enabled the commented out libs needed for telnetd to work in build_mfsroot and added another one that is necessary

@anantkamath anantkamath changed the title Add hlkrm04 and some options to build it correctly. Also enable libs needed for telnetd Add HLK-RM04 and some options to build it correctly. Also enable libs needed for telnetd Dec 27, 2015
@erikarn
Copy link
Member

erikarn commented Dec 30, 2015

why do you need the kerberos libraries? You shouldn't for AP builds.

@anantkamath
Copy link
Author

You're right, I was building with mipsel instead of mipsel_ap. The libs for telnetd aren't required with mipsel_ap.

Have updated the PR with these new changes.
I can reduce the number of commits by a couple or more by rebasing my branch/ squashing some of them if you feel there are too many and everything else looks okay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants